diff --git a/crates/sui-core/src/authority/epoch_start_configuration.rs b/crates/sui-core/src/authority/epoch_start_configuration.rs index 2280d166dcf91..e96a10ebb1b0c 100644 --- a/crates/sui-core/src/authority/epoch_start_configuration.rs +++ b/crates/sui-core/src/authority/epoch_start_configuration.rs @@ -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 {