We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2160e45 commit 32fc9eeCopy full SHA for 32fc9ee
1 file changed
crates/node/src/add_ons/remote_block_source.rs
@@ -68,7 +68,7 @@ where
68
69
// Determine the last imported block by finding the highest common block
70
// between the local chain and the remote node.
71
- let local_head = provider.best_block_number()?;
+ let local_head = handle.status().await?.l2.fcs.head_block_info().number;
72
let remote_head = remote.get_block_number().await?;
73
74
let last_imported_block;
0 commit comments