Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierdmello committed Jul 23, 2024
1 parent ddd5ef6 commit 509547a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub struct ConsensusClient<R: ConsensusRpc, DB: Database> {
#[derive(Debug)]
pub struct Inner<R: ConsensusRpc> {
pub rpc: R,
store: LightClientStore,
pub store: LightClientStore,
last_checkpoint: Option<Vec<u8>>,
block_send: Sender<Block>,
finalized_block_send: watch::Sender<Option<Block>>,
Expand Down

0 comments on commit 509547a

Please sign in to comment.