Skip to content

Commit

Permalink
[Cherry Pick] Re-order flags to match order in v1.28 (#18682) (#18684)
Browse files Browse the repository at this point in the history
Cherry pick of #18682
  • Loading branch information
mystenmark authored Jul 16, 2024
1 parent 261a34a commit 0e22aed
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 0e22aed

Please sign in to comment.