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
This code fails when it should succeed. It seems that web3.py automatically formats block references to hex numbers but eth-testerget_nonce expects it to be a number.
How can it be fixed?
This could possibly be an eth-tester issue but I've added it here for coverage.
The text was updated successfully, but these errors were encountered:
What was wrong?
This code fails when it should succeed. It seems that
web3.py
automatically formats block references to hex numbers buteth-tester
get_nonce
expects it to be a number.How can it be fixed?
This could possibly be an
eth-tester
issue but I've added it here for coverage.The text was updated successfully, but these errors were encountered: