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
Broadcasting a transaction fails with the following error: BroadcastTxError: Broadcasting transaction failed with code 2 (codespace: sdk). Log: math/big: cannot unmarshal “0.001” into a *big.Int: tx parse error
Solution
Replace the decimal value "0.001" with an integer representation like "1".
Description
Broadcasting a transaction fails with the following error:
BroadcastTxError: Broadcasting transaction failed with code 2 (codespace: sdk). Log: math/big: cannot unmarshal “0.001” into a *big.Int: tx parse error
Solution
Replace the decimal value
"0.001"
with an integer representation like"1"
.Link in the documentation
The text was updated successfully, but these errors were encountered: