Enable stricter check on rent-exempt accounts on testnet (#12224)
This commit is contained in:
parent
7d48339b7c
commit
241e6f1ecf
|
@ -65,7 +65,7 @@ impl RentCollector {
|
|||
match self.cluster_type.unwrap() {
|
||||
ClusterType::Development => true,
|
||||
ClusterType::Devnet => true,
|
||||
ClusterType::Testnet => self.epoch >= Epoch::max_value(),
|
||||
ClusterType::Testnet => self.epoch >= 97,
|
||||
ClusterType::MainnetBeta => self.epoch >= Epoch::max_value(),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue