use v: &[AccountData]

This commit is contained in:
GroovieGermanikus 2024-08-08 11:53:33 +02:00
parent b167a548d0
commit 0a8ee48f17
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ pub enum SlotVectorEffect {
#[inline] #[inline]
pub fn update_slotvec_logic( pub fn update_slotvec_logic(
v: &Vec<AccountData>, v: &[AccountData],
update_slot: Slot, update_slot: Slot,
update_write_version: u64, update_write_version: u64,
) -> SlotVectorEffect { ) -> SlotVectorEffect {