We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d59727 commit a30cbbcCopy full SHA for a30cbbc
crates/autopilot/src/solvable_orders.rs
@@ -1388,8 +1388,8 @@ mod tests {
1388
let mut invalid_signature_orders =
1389
find_invalid_signature_orders(&orders, &signature_validator, true).await;
1390
invalid_signature_orders.sort();
1391
- // flashloah bypass disabled means even the order with a flashloan hint with
1392
- // invalid siganture shows up as invalid
+ // flashloan bypass disabled means even the order with a flashloan hint with
+ // invalid signature shows up as invalid
1393
assert_eq!(
1394
invalid_signature_orders,
1395
vec![
0 commit comments