mouseless-eth / rusty-sando

Implementation of a competitive v2/v3 multi-meat MEV sandwich bot written using Rust and Huff.
MIT License
767 stars 256 forks source link

Bug in juiced_quadratic_search #2

Closed llacqie closed 1 year ago

llacqie commented 1 year ago

upper_bound = intervals[intervals.len() / 3] - 1; In make_sandwich.rs line 185 panics on every run of juiced_quadratic_search function

llacqie commented 1 year ago

When upper_bound == 0