Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
fleupold committed Dec 15, 2023
1 parent cfcca5a commit 1c63ed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/driver/src/boundary/settlement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ use {
AmmOrderExecution,
LimitOrderExecution,
},
settlement::Revertable,
settlement_simulation::settle_method_builder,
},
std::{collections::HashMap, sync::Arc},
Expand Down Expand Up @@ -255,7 +256,7 @@ impl Settlement {
}

pub fn revertable(&self) -> bool {
self.inner.revertable()
self.inner.revertable() != Revertable::NoRisk
}
}

Expand Down

0 comments on commit 1c63ed3

Please sign in to comment.