Enable stricter check on rent-exempt accounts on testnet (#12224)
This commit is contained in:
@ -65,7 +65,7 @@ impl RentCollector {
|
|||||||
match self.cluster_type.unwrap() {
|
match self.cluster_type.unwrap() {
|
||||||
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