format fixes

This commit is contained in:
jonesmarvin8
2026-02-16 20:50:14 -05:00
parent a821f04fb8
commit bf8c47b9b7
24 changed files with 22 additions and 11 deletions
@@ -296,10 +296,12 @@ fn compute_circuit_output(
nsk,
);
let new_nonce = pre_state.account.nonce.private_account_nonce_increment(&nsk);
let new_nonce = pre_state
.account
.nonce
.private_account_nonce_increment(&nsk);
(new_nullifier, new_nonce)
} else {
// Private account without authentication
@@ -355,9 +357,6 @@ fn compute_circuit_output(
}
}
//TODO delete
//assert!(private_nonces_iter.next().is_none(), "Too many nonces");
assert!(
private_keys_iter.next().is_none(),
"Too many private account keys"