Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Transaction Parsing Error: math/big Cannot Unmarshal Decimal Value #37

Open
wanesurf opened this issue Dec 3, 2024 · 0 comments
Open

Comments

@wanesurf
Copy link

wanesurf commented Dec 3, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant