diff --git a/runtime/src/accounts_index.rs b/runtime/src/accounts_index.rs index b7d08cb130..680577e47a 100644 --- a/runtime/src/accounts_index.rs +++ b/runtime/src/accounts_index.rs @@ -1388,39 +1388,44 @@ impl>(); - (duplicate_keys, insertion_time.load(Ordering::Relaxed)) + (dirty_pubkeys, insertion_time.load(Ordering::Relaxed)) } // Updates the given pubkey at the given slot with the new account information.