From aee559aaa7f7fe96b4a03cdbc3ad47deec865df0 Mon Sep 17 00:00:00 2001 From: muXxer Date: Wed, 30 Oct 2024 12:38:24 +0100 Subject: [PATCH] Remove comment Co-authored-by: Mirko Zichichi --- crates/iota-core/src/authority/transaction_deferral.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/iota-core/src/authority/transaction_deferral.rs b/crates/iota-core/src/authority/transaction_deferral.rs index 2150885969c..5af556cb3a9 100644 --- a/crates/iota-core/src/authority/transaction_deferral.rs +++ b/crates/iota-core/src/authority/transaction_deferral.rs @@ -10,7 +10,7 @@ pub enum DeferralKey { // For transactions deferred until new randomness is available (whether delayd due to // DKG, or skipped commits). Randomness { - deferred_from_round: CommitRound, // commit round, not randomness round + deferred_from_round: CommitRound, }, // ConsensusRound deferral key requires both the round to which the tx should be deferred (so // that we can efficiently load all txns that are now ready), and the round from which it