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
tx receipt should return empty response instead of error for tx not found.
Cosmos EVM Version
main
How to reproduce?
use a web3.py, calls w3.eth.send_raw_transaction(), and w3.eth.wait_for_transaction_receipt(), it'll raise exception, instead of polling for tx available.