Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jimmy Chen <jchen.tc@gmail.com>
  • Loading branch information
michaelsproul and jimmygchen authored Oct 31, 2024
1 parent 6c32733 commit f8a80dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/store/src/hdiff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<u8>,
}
Expand Down

0 comments on commit f8a80dc

Please sign in to comment.