We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 100edf3 + e5d9da6 commit 6557254Copy full SHA for 6557254
validator_client/lighthouse_validator_store/src/lib.rs
@@ -52,7 +52,7 @@ pub struct Config {
52
/// Number of epochs of slashing protection history to keep.
53
///
54
/// This acts as a maximum safe-guard against clock drift.
55
-const SLASHING_PROTECTION_HISTORY_EPOCHS: u64 = 512;
+const SLASHING_PROTECTION_HISTORY_EPOCHS: u64 = 1;
56
57
/// Currently used as the default gas limit in execution clients.
58
0 commit comments