* #5102 Fix load_state_for_block_production metric mapping
This commit is contained in:
parent
c7e5dd1098
commit
64efdaf39a
@ -4070,7 +4070,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
.task_executor
|
||||
.spawn_blocking_handle(
|
||||
move || chain.load_state_for_block_production(slot),
|
||||
"produce_partial_beacon_block",
|
||||
"load_state_for_block_production",
|
||||
)
|
||||
.ok_or(BlockProductionError::ShuttingDown)?
|
||||
.await
|
||||
|
Loading…
Reference in New Issue
Block a user