Skip to content
Advertisement

web3 python ethereum raw transaction

im getting this error while trying to send ethereum using my local geth node.

JavaScript

here is how i build the tx

JavaScript

My ethereum account has more than 2 ETH available What am I doing wrong?

Advertisement

Answer

The node error does not lie, so the node does not think you have 2 ETH available.

You can easily check with web3.eth.getBalance() how much you have available.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement