Skip to content

Commit

Permalink
use v: &[AccountData]
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Aug 8, 2024
1 parent b167a54 commit 0a8ee48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/src/chain_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ pub enum SlotVectorEffect {

#[inline]
pub fn update_slotvec_logic(
v: &Vec<AccountData>,
v: &[AccountData],
update_slot: Slot,
update_write_version: u64,
) -> SlotVectorEffect {
Expand Down

0 comments on commit 0a8ee48

Please sign in to comment.