diff --git a/preprocessor/src/lib.rs b/preprocessor/src/lib.rs index 63cafed..de4befd 100644 --- a/preprocessor/src/lib.rs +++ b/preprocessor/src/lib.rs @@ -239,7 +239,7 @@ mod tests { fork_version, }; let domain = compute_domain(DomainType::SyncCommittee, &fork_data).unwrap(); - light_client_update_to_args::(&mut update, pubkeys_compressed, domain) + light_client_update_to_args::(&update, pubkeys_compressed, domain) .await .unwrap() };