From f8a80dc1f4d9cde5dd4218d705296a0dd48a3323 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Thu, 31 Oct 2024 15:17:40 +1100 Subject: [PATCH] Typo Co-authored-by: Jimmy Chen --- beacon_node/store/src/hdiff.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/store/src/hdiff.rs b/beacon_node/store/src/hdiff.rs index 49b29de28e..489c29cfa4 100644 --- a/beacon_node/store/src/hdiff.rs +++ b/beacon_node/store/src/hdiff.rs @@ -39,7 +39,7 @@ pub struct HierarchyConfig { /// - Layer 1: 3000003 - (3000003 mod 2^13) = 2998272 /// - Layer 2: 3000003 - (3000003 mod 2^5) = 3000000 /// - /// Layer 0 is full state snaphost, apply layer 1 diff, then apply layer 2 diff and then replay + /// Layer 0 is full state snapshot, apply layer 1 diff, then apply layer 2 diff and then replay /// blocks 3,000,001 to 3,000,003. pub exponents: Vec, }