From 24c61f941757dd1f912b46cc1a7b5400b4b0fd95 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 21 Aug 2020 18:37:51 +0100 Subject: [PATCH] zcash_proofs: Remove unnecessary comment Likely left over from the Sapling audit. --- zcash_proofs/src/circuit/ecc.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/zcash_proofs/src/circuit/ecc.rs b/zcash_proofs/src/circuit/ecc.rs index 0ca3c0e5e..212b75afa 100644 --- a/zcash_proofs/src/circuit/ecc.rs +++ b/zcash_proofs/src/circuit/ecc.rs @@ -1040,7 +1040,6 @@ mod test { }; let check_small_order_from_strs = |x, y| { - //let (x,y) = (bls12_381::Scalar::from_str("14080418777298869350588389379361252092475090129841789940098060767181937064268").unwrap(), bls12_381::Scalar::from_str("4408371274642418797323679050836535851651768103477128764103246588657558662748").unwrap()); let (x, y) = ( bls12_381::Scalar::from_str(x).unwrap(), bls12_381::Scalar::from_str(y).unwrap(),