#5102 Fix load_state_for_block_production metric mapping (#5103)

* #5102 Fix load_state_for_block_production metric mapping
This commit is contained in:
Sergey Kisel 2024-01-30 01:32:52 +01:00 committed by GitHub
parent c7e5dd1098
commit 64efdaf39a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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