We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc412b commit 7f01899Copy full SHA for 7f01899
crates/rpc/rpc-eth-api/src/helpers/state.rs
@@ -323,7 +323,7 @@ pub trait LoadState:
323
.unwrap_or_default();
324
325
if block_id == Some(BlockId::pending()) {
326
- // for pending tag we need to find the highest nonce in the pool
+ // for pending tag we need to find the highest nonce of txn in the pending state.
327
if let Some(highest_pool_tx) =
328
this.pool().get_highest_consecutive_transaction_by_sender(address, on_chain_account_nonce)
329
{
0 commit comments