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
We need to support the ethClient PendingNonceAt func, which will call the eth_getTransactionCount func to rpc with "pending" as param. and this will count all txs for one account, including tx not included in the block.
Currently, we only count txs including blocks.
The text was updated successfully, but these errors were encountered:
We need to support the ethClient PendingNonceAt func, which will call the eth_getTransactionCount func to rpc with "pending" as param. and this will count all txs for one account, including tx not included in the block.
Currently, we only count txs including blocks.
The text was updated successfully, but these errors were encountered: