Skip to content

Commit e9a8aaa

Browse files
committed
optimsim
1 parent 52a372b commit e9a8aaa

File tree

1 file changed

+9
-3
lines changed
  • src/orderpool2/prioritized_pool

1 file changed

+9
-3
lines changed

src/orderpool2/prioritized_pool/step.rs

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ use {
1414
orderpool2::{AccountNonce, BundleNonce},
1515
payload::CheckpointExt,
1616
platform::types::Transaction as PlatformTransaction,
17-
prelude::{Bundle, Checkpoint, ControlFlow, Platform, Step, StepContext},
17+
prelude::{
18+
Bundle,
19+
Checkpoint,
20+
ControlFlow,
21+
Optimism,
22+
Platform,
23+
Step,
24+
StepContext,
25+
},
1826
reth,
1927
},
2028
parking_lot::Mutex,
@@ -26,8 +34,6 @@ use {
2634
},
2735
};
2836

29-
use crate::prelude::Optimism;
30-
3137
#[derive(Clone)]
3238
pub struct BundleWithNonces<B, P> {
3339
bundle: B,

0 commit comments

Comments
 (0)