mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
Merge branch 'approach1-bal-extra' of https://github.com/Rimeeeeee/reth into approach1-bal-extra
This commit is contained in:
@@ -215,8 +215,9 @@ where
|
||||
};
|
||||
|
||||
let block = payload.block();
|
||||
|
||||
println!("Block is: {:#?}", block);
|
||||
let payload = T::block_to_payload(payload.block().clone());
|
||||
println!("Payload is {:#?}", payload);
|
||||
let res = self.to_engine.new_payload(payload).await?;
|
||||
|
||||
if !res.is_valid() {
|
||||
|
||||
Reference in New Issue
Block a user