0chain / gosdk

A client SDK in Go to interface the blockchain and storage platform, and other smart contracts
MIT License
32 stars 29 forks source link

wasm demo: panic: interface conversion: interface {} is uint64, not int #1086

Closed boddumanohar closed 1 year ago

boddumanohar commented 1 year ago

when you click on send me tokens 2 times, on the console you get this:

Screenshot 2023-07-03 at 14 46 34

also reported here: https://0chain.slack.com/archives/C04DZQ9468H/p1688321500399099?thread_ts=1688317660.461749&cid=C04DZQ9468H

boddumanohar commented 1 year ago

fixed by: https://github.com/0chain/gosdk/pull/1088