(cherry picked from commit 629572831b
)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
This commit is contained in:
@ -2675,7 +2675,7 @@ impl Bank {
|
|||||||
let should_be_in_new_behavior = match self.cluster_type() {
|
let should_be_in_new_behavior = match self.cluster_type() {
|
||||||
ClusterType::Development => true,
|
ClusterType::Development => true,
|
||||||
ClusterType::Devnet => true,
|
ClusterType::Devnet => true,
|
||||||
ClusterType::Testnet => self.epoch() >= Epoch::max_value(),
|
ClusterType::Testnet => self.epoch() >= 97,
|
||||||
ClusterType::MainnetBeta => self.epoch() >= Epoch::max_value(),
|
ClusterType::MainnetBeta => self.epoch() >= Epoch::max_value(),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user