Skip to content

Commit 64efdaf

Browse files
authored
#5102 Fix load_state_for_block_production metric mapping (#5103)
* #5102 Fix load_state_for_block_production metric mapping
1 parent c7e5dd1 commit 64efdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/beacon_chain/src/beacon_chain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4070,7 +4070,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
40704070
.task_executor
40714071
.spawn_blocking_handle(
40724072
move || chain.load_state_for_block_production(slot),
4073-
"produce_partial_beacon_block",
4073+
"load_state_for_block_production",
40744074
)
40754075
.ok_or(BlockProductionError::ShuttingDown)?
40764076
.await

0 commit comments

Comments
 (0)