diff --git a/src/quoting/mev_resist_pool.rs b/src/quoting/mev_resist_pool.rs index bee70ed..76f010f 100644 --- a/src/quoting/mev_resist_pool.rs +++ b/src/quoting/mev_resist_pool.rs @@ -53,8 +53,8 @@ pub struct MEVResistPool { #[derive(Clone, Debug, PartialEq, Eq, Copy)] pub struct MEVResistPoolState { - last_update_time: u32, - base_pool_state: BasePoolState, + pub last_update_time: u32, + pub base_pool_state: BasePoolState, } /// Errors that can occur when constructing a MEVResistPool.