Skip to content

Commit

Permalink
circuits: remove errant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Leegwater Simões committed Jun 13, 2024
1 parent b298c2a commit 565e59d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions circuits/tests/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@ fn test_transfer_circuit_1_2() {
TxOutputNote::new(value1, commitment1, blinder1),
TxOutputNote::new(value2, commitment2, blinder2),
];
// let tx_output_notes = [
// TxOutputNote::new(10, JubJubScalar::random(&mut rng)),
// TxOutputNote::new(5, JubJubScalar::random(&mut rng)),
// ];

let (proof, public_inputs) = prover
.prove(
Expand Down

0 comments on commit 565e59d

Please sign in to comment.