diff --git a/runtime/src/accounts_db.rs b/runtime/src/accounts_db.rs index 7412fcddd9..18987078ca 100644 --- a/runtime/src/accounts_db.rs +++ b/runtime/src/accounts_db.rs @@ -2305,7 +2305,7 @@ impl AccountsDb { pub(crate) fn purge_keys_exact<'a, C: 'a>( &'a self, pubkey_to_slot_set: impl Iterator, - ) -> Vec<(u64, AccountInfo)> + ) -> Vec<(Slot, AccountInfo)> where C: Contains<'a, Slot>, {