fix: nightly fmt

This commit is contained in:
Moudy 2026-04-16 19:11:46 +02:00
parent d1fd6fe945
commit 390bf59660

View File

@ -249,10 +249,7 @@ fn build_privacy_transaction() -> PrivacyPreservingTransaction {
vec![sender_pre, recipient_pre],
Program::serialize_instruction(balance_to_move).unwrap(),
vec![1, 2],
vec![
(sender_npk, sender_ss),
(recipient_npk, recipient_ss),
],
vec![(sender_npk, sender_ss), (recipient_npk, recipient_ss)],
vec![sender_nsk],
vec![Some(proof)],
&program.into(),