Closed slundqui closed 4 months ago
Using eth_transaction_count should be querying the pending block, not latest block to set nonce. This allows a single account to send multiple transactions on the same block with proper nonce setting.
eth_transaction_count
pending
latest
This matches default web3py behavior.
web3py
Using
eth_transaction_count
should be querying thepending
block, notlatest
block to set nonce. This allows a single account to send multiple transactions on the same block with proper nonce setting.This matches default
web3py
behavior.