Skip to content

Commit

Permalink
#5102 Fix load_state_for_block_production metric mapping (#5103)
Browse files Browse the repository at this point in the history
* #5102 Fix load_state_for_block_production metric mapping
  • Loading branch information
skisel-bt committed Jan 30, 2024
1 parent c7e5dd1 commit 64efdaf
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 64efdaf

Please sign in to comment.