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
At this line, the payload comission is calculated incorrectly, thus after the transaction is send, a node tries to withdraw different ammount (significantly larger) and the transaction may fail here if there is no funds.
Test case:
Make a new wallet (0 BIPs balance)
Send a transaction with 0 BIP and some payload: Test payload
The app shows Transaction Fee as 1.0240
Send the transaction
Get an error about insufficient funds with required sum 3.4 BIP (instead of 1.0240 as expected)
Possible solutions:
Request the transaction fee from node
Duplicate payload fees calculation logic from the node's code
The text was updated successfully, but these errors were encountered:
norlin
changed the title
payload commission is calculated incorrectly
Payload commission is calculated incorrectly on the Send screen
Mar 5, 2021
At this line, the payload comission is calculated incorrectly, thus after the transaction is send, a node tries to withdraw different ammount (significantly larger) and the transaction may fail here if there is no funds.
Test case:
Test payload
1.0240
3.4
BIP (instead of1.0240
as expected)Possible solutions:
The text was updated successfully, but these errors were encountered: