Skip to content

Commit 2d34a0c

Browse files
committed
misc
1 parent 61d215e commit 2d34a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/transaction-pool/src/pool/txpool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3396,7 +3396,7 @@ mod tests {
33963396
let v2 = f.validated(tx_2);
33973397
let v3 = f.validated(tx_3);
33983398

3399-
// Add them to the pool
3399+
// Add them to the pool
34003400
let _res =
34013401
pool.add_transaction(v0.clone(), on_chain_balance, on_chain_nonce, None).unwrap();
34023402
let _res = pool.add_transaction(v1, on_chain_balance, on_chain_nonce, None).unwrap();

0 commit comments

Comments
 (0)