File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ authors = ["Flashbots <info@flashbots.net>"]
1818exclude = [" .github/" ]
1919
2020[workspace .dependencies ]
21- rblib = { git = " https://github.com/flashbots/rblib" , rev = " e9f6a539a5d4bb8b3a2cae5f02d8adc05d126c37 " }
21+ rblib = { git = " https://github.com/flashbots/rblib" , rev = " 6911bba2c9d2db67b58eabc52bd62b9aef070d86 " }
2222
2323futures = " 0.3"
2424tokio = " 1.46"
Original file line number Diff line number Diff line change 11use {
22 crate :: { bundle:: FlashblocksBundle , state:: FlashblockNumber } ,
3- rblib:: { prelude:: * , reth :: providers :: StateProvider } ,
3+ rblib:: prelude:: * ,
44 serde:: { Deserialize , Serialize } ,
55 std:: sync:: Arc ,
66} ;
@@ -48,12 +48,12 @@ impl Platform for Flashblocks {
4848
4949 fn build_payload < P > (
5050 payload : Checkpoint < P > ,
51- provider : & dyn StateProvider ,
51+ provider_factory : types :: ProviderFactory < P > ,
5252 ) -> Result < types:: BuiltPayload < P > , PayloadBuilderError >
5353 where
5454 P : traits:: PlatformExecBounds < Self > ,
5555 {
56- Optimism :: build_payload :: < P > ( payload, provider )
56+ Optimism :: build_payload :: < P > ( payload, provider_factory )
5757 }
5858}
5959
You can’t perform that action at this time.
0 commit comments