We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to renew friedger.crashpunk and the tx failed because the submitted amount was lower than the price.
https://explorer.hiro.so/txid/0xa3a3d1552bc9f1eff8bc5c47f44f99767d985a852bb66adeff5993e52d874ac7?chain=mainnet
https://api.hiro.so/extended/v1/tx/0xa3a3d1552bc9f1eff8bc5c47f44f99767d985a852bb66adeff5993e52d874ac7
Submitted was u9999999999999999635896294965248 but the price is 9999999999999999999999999999990
The text was updated successfully, but these errors were encountered:
Looks like an issue with safe numbers and how the price result is converted hirosystems/stacks.js#1515
Sorry, something went wrong.
Using
uintCV(price.toLocaleString('fullwide', {useGrouping:false})),
in renew worked because the price was 1e+31 but might fail for numbers with more precision
renew
No branches or pull requests
I tried to renew friedger.crashpunk and the tx failed because the submitted amount was lower than the price.
https://explorer.hiro.so/txid/0xa3a3d1552bc9f1eff8bc5c47f44f99767d985a852bb66adeff5993e52d874ac7?chain=mainnet
https://api.hiro.so/extended/v1/tx/0xa3a3d1552bc9f1eff8bc5c47f44f99767d985a852bb66adeff5993e52d874ac7
Submitted was u9999999999999999635896294965248 but the price is 9999999999999999999999999999990
The text was updated successfully, but these errors were encountered: