diff --git a/src/bin/sys-lend.rs b/src/bin/sys-lend.rs index 9a5b720..51c6937 100644 --- a/src/bin/sys-lend.rs +++ b/src/bin/sys-lend.rs @@ -1210,7 +1210,7 @@ async fn main() -> Result<(), Box> { impl BestOperationInfo { fn replace_if_greater_total_apy(&mut self, info: OperationInfo) { if info.instructions_for_ops.simulation_total_apy - > self + >= self .maybe .as_ref() .map(|best_info| best_info.instructions_for_ops.simulation_total_apy)