Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/quoting/mev_resist_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down