diff --git a/consensus/src/consensus.rs b/consensus/src/consensus.rs index 82d03905..abe4eb6f 100644 --- a/consensus/src/consensus.rs +++ b/consensus/src/consensus.rs @@ -49,7 +49,7 @@ pub struct ConsensusClient { #[derive(Debug)] pub struct Inner { pub rpc: R, - pub store: LightClientStore, + store: LightClientStore, last_checkpoint: Option>, block_send: Sender, finalized_block_send: watch::Sender>,