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

Nethermind fails to send transaction with eth_sendRawTransaction requiring 2x of initial amount #4829

Closed
gituser opened this issue Oct 27, 2022 · 0 comments · Fixed by #4930
Assignees

Comments

@gituser
Copy link

gituser commented Oct 27, 2022

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
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

Successfully merging a pull request may close this issue.

2 participants