You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Failed to extract header for canonical block number {}. This is okay if your node is not fully synced to tip yet. Earliest block number {}. Flashblocks per block: {:?}",
401
-
canonical_block,
402
-
earliest_block_number,
403
-
flashblocks_per_block.keys(),
399
+
"Failed to extract header for canonical block number {}. This is okay if your node is not fully synced to tip yet.",
400
+
canonical_block
404
401
))?;
405
402
406
403
let evm_config = OpEvmConfig::optimism(self.client.chain_spec());
0 commit comments