Skip to content

Commit

Permalink
Re-order flags to match order in v1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
mystenmark committed Jul 15, 2024
1 parent 7c143d5 commit 80a8ab2
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 80a8ab2

Please sign in to comment.