You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2021. It is now read-only.
Right now there is a mishmatch between the size of numbers (and potentially other types) between the go code and smart contracts. For example the cheque values are 256 bits integers on the SC side but only 64 bits on go code.
Task
Go through the go code and make it compliant with the smart contracts.