From 247984f83ac3197682ff9c189f9112639539de5e Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Tue, 24 Oct 2023 11:46:51 +0100 Subject: [PATCH] nit --- rust/agents/validator/src/submit.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/agents/validator/src/submit.rs b/rust/agents/validator/src/submit.rs index acf097131b..5ddca73203 100644 --- a/rust/agents/validator/src/submit.rs +++ b/rust/agents/validator/src/submit.rs @@ -128,6 +128,7 @@ impl ValidatorSubmitter { } /// Submits signed checkpoints relating to the given tree until the correctness checkpoint (inclusive). + /// Only submits the signed checkpoints once the correctness checkpoint is reached. async fn submit_checkpoints_until_correctness_checkpoint( &self, tree: &mut IncrementalMerkle,