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::{
2929} ;
3030use signet_constants:: SignetSystemConstants ;
3131use signet_zenith:: Zenith ;
32- use tracing:: debug;
3332use std:: borrow:: Cow ;
3433use tokio:: { join, sync:: mpsc:: UnboundedSender , task:: JoinHandle } ;
34+ use tracing:: debug;
3535
3636/// Type alias for the provider used to simulate against rollup state.
3737pub type RuProvider = RootProvider < Ethereum > ;
Original file line number Diff line number Diff line change @@ -112,7 +112,10 @@ impl FlashbotsTask {
112112 tracing:: debug!( "upstream task gone - exiting flashbots task" ) ;
113113 break ;
114114 } ;
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+ ) ;
116119 let span = sim_result. span ( ) ;
117120 span_debug ! ( span, "simulation result received" ) ;
118121
You can’t perform that action at this time.
0 commit comments