From 596ef7a16c78ce5cc01423023b41d16f61069118 Mon Sep 17 00:00:00 2001 From: Bing-Yang Lin Date: Fri, 1 Nov 2024 14:26:19 +0800 Subject: [PATCH] Remove incorrect comment --- crates/iota-core/src/checkpoints/checkpoint_executor/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/iota-core/src/checkpoints/checkpoint_executor/mod.rs b/crates/iota-core/src/checkpoints/checkpoint_executor/mod.rs index 6a37ae5419a..f9a89209377 100644 --- a/crates/iota-core/src/checkpoints/checkpoint_executor/mod.rs +++ b/crates/iota-core/src/checkpoints/checkpoint_executor/mod.rs @@ -142,9 +142,6 @@ pub enum StopReason { pub struct CheckpointExecutor { mailbox: broadcast::Receiver, - // TODO: AuthorityState is only needed because we have to call - // deprecated_insert_finalized_transactions once that code is fully deprecated we can - // remove this state: Arc, checkpoint_store: Arc, object_cache_reader: Arc,