From 9a42cc75555b5395cc0a5c57aafc94deb18a4e51 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Wed, 27 May 2020 04:08:22 +0900 Subject: [PATCH] Lower owner hashing activation slot for devnet (#10244) automerge --- runtime/src/accounts_db.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/runtime/src/accounts_db.rs b/runtime/src/accounts_db.rs index 75e9585016..a947e3530b 100644 --- a/runtime/src/accounts_db.rs +++ b/runtime/src/accounts_db.rs @@ -1209,8 +1209,10 @@ impl AccountsDB { } pub fn include_owner_in_hash(slot: Slot) -> bool { - // Account hashing updated to include owner activates at this slot on the testnet - slot >= 14_000_000 + // Account hashing will be updated to include owner at this slot on the devnet. + // For testnet, it fully transitioned already thanks to eager rent collection, + // so, this check is irrelevant, strictly speaking. + slot >= 5_800_000 } pub fn hash_account_data(