Skip to content

Commit

Permalink
Re-order flags to match order in v1.28 (MystenLabs#18682)
Browse files Browse the repository at this point in the history
  • Loading branch information
mystenmark authored and tx-tomcat committed Jul 29, 2024
1 parent f790e75 commit fd9cb55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/sui-core/src/authority/epoch_start_configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ pub enum EpochFlag {
// This flag was "burned" because it was deployed with a broken version of the code. The
// new flags below are required to enable state accumulator v2
_StateAccumulatorV2EnabledDeprecated,

ExecutedInEpochTable,
StateAccumulatorV2EnabledTestnet,
StateAccumulatorV2EnabledMainnet,

ExecutedInEpochTable,
}

impl EpochFlag {
Expand Down

0 comments on commit fd9cb55

Please sign in to comment.