Skip to content

Commit

Permalink
sigp#5102 Fix load_state_for_block_production metric mapping (sigp#5103)
Browse files Browse the repository at this point in the history
* sigp#5102 Fix load_state_for_block_production metric mapping
  • Loading branch information
skisel-bt authored and danielramirezch committed Feb 14, 2024
1 parent c9eea68 commit 6a4e0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/beacon_chain/src/beacon_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a4e0d4

Please sign in to comment.