Skip to content

Commit e3b1e7e

Browse files
authored
Fix typo in a comment (#3903)
# Description Typo in a comment.
1 parent 988183d commit e3b1e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/autopilot/src/solvable_orders.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ mod tests {
15311531
let balances: Balances = Default::default();
15321532

15331533
let filtered = orders_with_balance(orders.clone(), &balances, settlement_contract, true);
1534-
// 1721 filter is disabled, only the regular order is filtered out
1534+
// 1271 filter is disabled, only the regular order is filtered out
15351535
assert_eq!(filtered.len(), 1);
15361536
assert!(matches!(filtered[0].signature, Signature::Eip1271(_)));
15371537

0 commit comments

Comments
 (0)