Use the following template to report issues in the Sui GitHub repo:
## Steps to Reproduce Issue
Fill this in with the concrete steps needed to reproduce the bug. When providing code in the reproduction steps, use the smallest snippet of code that demonstrates the issue, removing any extraneous details.
e.g.
1. Call function <function call>.
2. Use return value and call <other function call>.
## Expected Result
Specify what outcome you expected should have resulted, but didn't.
e.g.
Expected <other function call> to return 42.
## Actual Result
Specify what the actual unexpected outcome was.
e.g.
<other function call> returned 41.
## System Information
* OS: <specify OS version>
* Compiler: <specify compiler version>