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 f4d44e4 commit 1860064Copy full SHA for 1860064
beacon_node/store/src/config.rs
@@ -7,7 +7,7 @@ use std::io::Write;
7
use std::num::NonZeroUsize;
8
use superstruct::superstruct;
9
use types::non_zero_usize::new_non_zero_usize;
10
-use types::{EthSpec, Slot};
+use types::EthSpec;
11
use zstd::Encoder;
12
13
// Only used in tests. Mainnet sets a higher default on the CLI.
@@ -66,8 +66,6 @@ pub struct OnDiskStoreConfig {
66
#[superstruct(only(V22, V23))]
67
pub hierarchy_config: HierarchyConfig,
68
// TODO(hdiff): Should persist the hot hierarchy_config too?
69
- #[superstruct(only(V23))]
70
- pub hot_hdiff_start_slot: Slot,
71
}
72
73
impl OnDiskStoreConfigV22 {
0 commit comments