diff --git a/consensus/src/consensus.rs b/consensus/src/consensus.rs index abe4eb6f..82d03905 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, - store: LightClientStore, + pub store: LightClientStore, last_checkpoint: Option>, block_send: Sender, finalized_block_send: watch::Sender>,