File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ use init4_bin_base::{
29
29
} ;
30
30
use signet_constants:: SignetSystemConstants ;
31
31
use signet_zenith:: Zenith ;
32
- use tracing:: debug;
33
32
use std:: borrow:: Cow ;
34
33
use tokio:: { join, sync:: mpsc:: UnboundedSender , task:: JoinHandle } ;
34
+ use tracing:: debug;
35
35
36
36
/// Type alias for the provider used to simulate against rollup state.
37
37
pub type RuProvider = RootProvider < Ethereum > ;
Original file line number Diff line number Diff line change @@ -112,7 +112,10 @@ impl FlashbotsTask {
112
112
tracing:: debug!( "upstream task gone - exiting flashbots task" ) ;
113
113
break ;
114
114
} ;
115
- tracing:: debug!( host_block_number = sim_result. host_block_number( ) , "received sim result for host block " ) ;
115
+ tracing:: debug!(
116
+ host_block_number = sim_result. host_block_number( ) ,
117
+ "received sim result for host block "
118
+ ) ;
116
119
let span = sim_result. span ( ) ;
117
120
span_debug ! ( span, "simulation result received" ) ;
118
121
You can’t perform that action at this time.
0 commit comments