Adjust include_owner_in_hash to match mainet-beta v1.0 activation (#10230)

automerge
This commit is contained in:
Michael Vines
2020-05-25 12:31:15 -07:00
committed by GitHub
parent 8fe8a5717e
commit f51b214449

View File

@ -1331,9 +1331,8 @@ impl AccountsDB {
} }
pub fn include_owner_in_hash(slot: Slot) -> bool { pub fn include_owner_in_hash(slot: Slot) -> bool {
// Account hashing updated to include owner activates at this slot on the testnet // Account hashing updated to include owner activates at this slot on the testnet/mainnet-beta
// DANGER: Remove this guard ABSOLUTELY before the mainnet-beta transitions to v1.1. slot >= 11_000_000
slot >= 14_000_000
} }
pub fn hash_account_data( pub fn hash_account_data(