Skip to content

Commit 1860064

Browse files
committed
Remove hot_hdiff_start_slot
1 parent f4d44e4 commit 1860064

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

beacon_node/store/src/config.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::io::Write;
77
use std::num::NonZeroUsize;
88
use superstruct::superstruct;
99
use types::non_zero_usize::new_non_zero_usize;
10-
use types::{EthSpec, Slot};
10+
use types::EthSpec;
1111
use zstd::Encoder;
1212

1313
// Only used in tests. Mainnet sets a higher default on the CLI.
@@ -66,8 +66,6 @@ pub struct OnDiskStoreConfig {
6666
#[superstruct(only(V22, V23))]
6767
pub hierarchy_config: HierarchyConfig,
6868
// TODO(hdiff): Should persist the hot hierarchy_config too?
69-
#[superstruct(only(V23))]
70-
pub hot_hdiff_start_slot: Slot,
7169
}
7270

7371
impl OnDiskStoreConfigV22 {

0 commit comments

Comments
 (0)