Skip to content

Commit 1271746

Browse files
Fix visibility of MEV-resist pool state fields (#18)
1 parent 58f6cbd commit 1271746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/quoting/mev_resist_pool.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ pub struct MEVResistPool {
5353

5454
#[derive(Clone, Debug, PartialEq, Eq, Copy)]
5555
pub struct MEVResistPoolState {
56-
last_update_time: u32,
57-
base_pool_state: BasePoolState,
56+
pub last_update_time: u32,
57+
pub base_pool_state: BasePoolState,
5858
}
5959

6060
/// Errors that can occur when constructing a MEVResistPool.

0 commit comments

Comments
 (0)