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