Designate mainnet-beta epoch 61 as an upgrade epoch

(cherry picked from commit ed01591be6)
This commit is contained in:
Michael Vines
2020-07-24 17:35:02 -07:00
committed by Trent Nelson
parent a5b915263b
commit 14c2e2af13

View File

@ -1320,7 +1320,7 @@ impl Bank {
#[cfg(not(test))]
OperatingMode::Development => false,
OperatingMode::Preview => false,
OperatingMode::Stable => self.epoch == Epoch::max_value(),
OperatingMode::Stable => self.epoch == 61,
}
}