Skip to content

Commit

Permalink
Remove mut
Browse files Browse the repository at this point in the history
  • Loading branch information
ec2 committed Jan 11, 2024
1 parent 413cf07 commit 431f757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preprocessor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ mod tests {
fork_version,
};
let domain = compute_domain(DomainType::SyncCommittee, &fork_data).unwrap();
light_client_update_to_args::<Testnet>(&mut update, pubkeys_compressed, domain)
light_client_update_to_args::<Testnet>(&update, pubkeys_compressed, domain)
.await
.unwrap()
};
Expand Down

0 comments on commit 431f757

Please sign in to comment.