Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(iota-core): Remove incorrect AuthorityState ::state comment #3843

Merged
merged 4 commits into from
Nov 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading