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
When passing a custom nonce to web3.eth.sendTransaction, an _send_transaction() got an unexpected keyword argument 'nonce' exception is raised. It is probably because the:
If it is too complicated too implement it perfectly, maybe it should just compare the nonce passed with the next nonce available and just throw an exception if it's not equal...? I wanted to unit-test a piece of code which explicitly passes nonces in order to do some dynamic gas price manipulation, but I cannot because of the above :(
Cute Animal Picture
The text was updated successfully, but these errors were encountered:
py-geth
Version: x.x.xgo-ethereum
Version: x.x.xWhat was wrong?
When passing a custom
nonce
toweb3.eth.sendTransaction
, an_send_transaction() got an unexpected keyword argument 'nonce'
exception is raised. It is probably because the:method does not have a
nonce
keyword argument.If it is too complicated too implement it perfectly, maybe it should just compare the nonce passed with the next nonce available and just throw an exception if it's not equal...? I wanted to unit-test a piece of code which explicitly passes nonces in order to do some dynamic gas price manipulation, but I cannot because of the above :(
Cute Animal Picture
The text was updated successfully, but these errors were encountered: