This commit is contained in:
Yong Kang
2025-10-13 08:40:20 +00:00
parent 18ff58d146
commit f692d75be0

View File

@@ -510,7 +510,7 @@ where
Box::pin(async move {
let mut accepted_check: bool = false;
let mut latest_block = env
let latest_block = env
.current_block_info()
.ok_or_else(|| eyre::eyre!("No latest block information available"))?;
@@ -603,7 +603,6 @@ where
rpc_latest_header.inner.timestamp;
env.active_node_state_mut()?.latest_fork_choice_state.head_block_hash =
rpc_latest_header.hash;
}
}