Skip to content

Commit f9ac60d

Browse files
committed
docs(dash): align try_load_previous_cycle_entries short-circuit comment
The `None`-return condition is now \"already fully verified\", not bare \"already stored\", to match the underlying `is_cycle_fully_verified` predicate.
1 parent 4c5459e commit f9ac60d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • dash/src/sml/masternode_list_engine

dash/src/sml/masternode_list_engine/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@ impl MasternodeListEngine {
536536
/// the captured CL signatures, and returns them along with the cycle hash
537537
/// they should be stored under. Returns `None` when prerequisite state is
538538
/// not yet loaded, when the MN list carries no rotating quorums, or when
539-
/// the cycle is already stored. All three cases are expected on a fresh
540-
/// sync and not errors.
539+
/// the cycle is already fully verified. All three cases are expected on a
540+
/// fresh sync and not errors.
541541
#[cfg(feature = "quorum_validation")]
542542
fn try_load_previous_cycle_entries(
543543
&self,

0 commit comments

Comments
 (0)