Skip to content

Commit

Permalink
Remove incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bingyanglin committed Nov 1, 2024
1 parent 7e9e00d commit 596ef7a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/iota-core/src/checkpoints/checkpoint_executor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ pub enum StopReason {

pub struct CheckpointExecutor {
mailbox: broadcast::Receiver<VerifiedCheckpoint>,
// 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<AuthorityState>,
checkpoint_store: Arc<CheckpointStore>,
object_cache_reader: Arc<dyn ObjectCacheRead>,
Expand Down

0 comments on commit 596ef7a

Please sign in to comment.