From e18a4171227daf246e480a1aca251e85504bb3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Leegwater=20Sim=C3=B5es?= Date: Thu, 13 Jun 2024 17:31:28 +0200 Subject: [PATCH] circuits: remove errant comment --- circuits/tests/transaction.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/circuits/tests/transaction.rs b/circuits/tests/transaction.rs index ffd9d05..07e1e5a 100644 --- a/circuits/tests/transaction.rs +++ b/circuits/tests/transaction.rs @@ -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(