change type to be more clear (#26646)
This commit is contained in:
parent
47716a5e01
commit
83c614da3c
|
@ -2305,7 +2305,7 @@ impl AccountsDb {
|
||||||
pub(crate) fn purge_keys_exact<'a, C: 'a>(
|
pub(crate) fn purge_keys_exact<'a, C: 'a>(
|
||||||
&'a self,
|
&'a self,
|
||||||
pubkey_to_slot_set: impl Iterator<Item = &'a (Pubkey, C)>,
|
pubkey_to_slot_set: impl Iterator<Item = &'a (Pubkey, C)>,
|
||||||
) -> Vec<(u64, AccountInfo)>
|
) -> Vec<(Slot, AccountInfo)>
|
||||||
where
|
where
|
||||||
C: Contains<'a, Slot>,
|
C: Contains<'a, Slot>,
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue