We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ccaea6 commit e0fe1eeCopy full SHA for e0fe1ee
crates/node/src/txpool.rs
@@ -407,7 +407,7 @@ where
407
Ok(account.balance)
408
}
409
410
- /// Validates an EvNode transaction. Returns an optional override balance
+ /// Validates an `EvNode` transaction. Returns an optional override balance
411
/// for sponsored transactions (the sponsor's balance), so the pool uses
412
/// the sponsor's balance for pending/queued ordering instead of the executor's.
413
fn validate_evnode(
0 commit comments