From ddd5ef6702cef93cb2de92f287cef6c994ad91a1 Mon Sep 17 00:00:00 2001 From: Xavier DMello Date: Tue, 23 Jul 2024 16:20:27 -0700 Subject: [PATCH] testing --- consensus/src/consensus.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>,