Skip to content

Commit 7f01899

Browse files
committed
fix doc
1 parent ecc412b commit 7f01899

File tree

1 file changed

+1
-1
lines changed
  • crates/rpc/rpc-eth-api/src/helpers

1 file changed

+1
-1
lines changed

crates/rpc/rpc-eth-api/src/helpers/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ pub trait LoadState:
323323
.unwrap_or_default();
324324

325325
if block_id == Some(BlockId::pending()) {
326-
// for pending tag we need to find the highest nonce in the pool
326+
// for pending tag we need to find the highest nonce of txn in the pending state.
327327
if let Some(highest_pool_tx) =
328328
this.pool().get_highest_consecutive_transaction_by_sender(address, on_chain_account_nonce)
329329
{

0 commit comments

Comments
 (0)