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 has been archived by the owner on Nov 30, 2021. It is now read-only.
System info: [Include Ethermint commit, operating system name, and other relevant details]
there are format errors in String() of MsgEthermint. The result of MsgEthermint.String() will show the pointer of sdk.Int.
System info: [Include Ethermint commit, operating system name, and other relevant details]
there are format errors in String() of MsgEthermint. The result of MsgEthermint.String() will show the pointer of sdk.Int.
msg.Price and msg.Amount are in type
sdk.Int
and they will be converted into string with the pointer of them instead of the value.Steps to reproduce:
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Additional info: [Include gist of relevant config, logs, etc.]
The text was updated successfully, but these errors were encountered: