File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ pub trait FlashApi {
2828 async fn get_sequencer_rankings ( & self ) -> RpcResult < Vec < flashstat_common:: SequencerStats > > ;
2929
3030 #[ method( name = "ingestBlock" ) ]
31- async fn ingest_block ( & self , block : ethers:: types:: Block < ethers:: types:: H256 > ) -> RpcResult < ( ) > ;
31+ async fn ingest_block ( & self , block : ethers:: types:: Block < ethers:: types:: H256 > )
32+ -> RpcResult < ( ) > ;
3233
3334 #[ subscription( name = "subscribeBlocks" , item = FlashBlock ) ]
3435 async fn subscribe_blocks ( & self ) -> jsonrpsee:: core:: SubscriptionResult ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use futures_util::StreamExt;
1313use std:: sync:: Arc ;
1414use std:: time:: Duration ;
1515use tee:: TeeVerifier ;
16- use tokio:: sync:: { broadcast , Mutex } ;
16+ use tokio:: sync:: { Mutex , broadcast } ;
1717use tracing:: { error, info, warn} ;
1818
1919pub struct FlashMonitor {
You can’t perform that action at this time.
0 commit comments