mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
fmt
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user