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
Describe the bug
When trying to send transaction with eth_sendRawTransaction nethermind fails with the error:
2022-10-27 15:59:57.0939|INFO|166|Executing JSON RPC call eth_sendRawTransaction with params [0xxxx]
2022-10-27 15:59:57.0939|WARN|166|Error when handling ID 2, eth_sendRawTransaction(0xxx) | {"jsonrpc":"2.0","error":{"code":-32010,"message":"InsufficientFunds, Account balance: 3020000000000000000, cumulative cost: 5809177184380485770"},"id":2}
The balance of the account is around 3.02 ETH.
I'm trying to send around 2.904 ETH. With gas costs total amount is: 2.90458859 ETH
Interesting this is: if I try to send this raw transaction again it works just fine.
To Reproduce
Steps to reproduce the behavior:
Not sure how to reproduce, but I observed this behavior when:
first sending first some small transaction, e.g. 0.00030 ETH
and then trying to send this transaction right after.
Expected behavior eth_sendRawtransaction should be working when there is enough balance on the account
Desktop (please complete the following information):
OS: Ubuntu x64 18.04 LTS
Version: 1.14.3-19-g2896cffa6
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to send transaction with
eth_sendRawTransaction
nethermind fails with the error:The balance of the account is around
3.02 ETH
.I'm trying to send around
2.904 ETH
. With gas costs total amount is:2.90458859 ETH
Interesting this is: if I try to send this raw transaction again it works just fine.
To Reproduce
Steps to reproduce the behavior:
Not sure how to reproduce, but I observed this behavior when:
Expected behavior
eth_sendRawtransaction
should be working when there is enough balance on the accountDesktop (please complete the following information):
1.14.3-19-g2896cffa6
The text was updated successfully, but these errors were encountered: