Skip to content

Commit

Permalink
Update beacon_node/store/src/hdiff.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Lion - dapplion <35266934+dapplion@users.noreply.github.com>
  • Loading branch information
michaelsproul and dapplion authored Oct 16, 2024
1 parent 3b4fa0b commit 5375d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beacon_node/store/src/hdiff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ pub enum StorageStrategy {
/// Hierarchical diff output and working buffer.
#[derive(Debug, PartialEq, Eq, Clone)]
pub struct HDiffBuffer {
pub state: Vec<u8>,
pub balances: Vec<u64>,
state: Vec<u8>,
balances: Vec<u64>,
}

/// Hierarchical state diff.
Expand Down

0 comments on commit 5375d49

Please sign in to comment.