Skip to content

Commit e0fe1ee

Browse files
committed
fix: add backticks to EvNode in doc comment for clippy doc_markdown
1 parent 8ccaea6 commit e0fe1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/node/src/txpool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ where
407407
Ok(account.balance)
408408
}
409409

410-
/// Validates an EvNode transaction. Returns an optional override balance
410+
/// Validates an `EvNode` transaction. Returns an optional override balance
411411
/// for sponsored transactions (the sponsor's balance), so the pool uses
412412
/// the sponsor's balance for pending/queued ordering instead of the executor's.
413413
fn validate_evnode(

0 commit comments

Comments
 (0)