From 5375d49b839fe7ebf07576cdbfcff9f6a1846b8d Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Thu, 17 Oct 2024 10:17:21 +1100 Subject: [PATCH] Update beacon_node/store/src/hdiff.rs Co-authored-by: Lion - dapplion <35266934+dapplion@users.noreply.github.com> --- beacon_node/store/src/hdiff.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beacon_node/store/src/hdiff.rs b/beacon_node/store/src/hdiff.rs index 36c0104020..49b29de28e 100644 --- a/beacon_node/store/src/hdiff.rs +++ b/beacon_node/store/src/hdiff.rs @@ -79,8 +79,8 @@ pub enum StorageStrategy { /// Hierarchical diff output and working buffer. #[derive(Debug, PartialEq, Eq, Clone)] pub struct HDiffBuffer { - pub state: Vec, - pub balances: Vec, + state: Vec, + balances: Vec, } /// Hierarchical state diff.