We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a7f51 commit aaa118fCopy full SHA for aaa118f
beacon_node/beacon_chain/src/beacon_chain.rs
@@ -555,7 +555,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
555
556
/// Persists `self.eth1_chain` and its caches to disk.
557
pub fn persist_eth1_cache(&self) -> Result<(), Error> {
558
- let _timer = metrics::start_timer(&metrics::PERSIST_OP_POOL);
+ let _timer = metrics::start_timer(&metrics::PERSIST_ETH1_CACHE);
559
560
if let Some(eth1_chain) = self.eth1_chain.as_ref() {
561
self.store
0 commit comments