From b101f5937a2f5ea4eab4ead698574ad75237ccf6 Mon Sep 17 00:00:00 2001 From: Rigidity Date: Thu, 15 Aug 2024 05:44:39 -0400 Subject: [PATCH] Update comment --- rust-bindings/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rust-bindings/src/lib.rs b/rust-bindings/src/lib.rs index 9259bce7a..0fbc1d5a5 100644 --- a/rust-bindings/src/lib.rs +++ b/rust-bindings/src/lib.rs @@ -41,8 +41,7 @@ mod tests { #[test] fn test_proofs() { /* - * Generated by printing the inputs to validate_proof in tests/test_python_bindings.py - * Specifically, the test_k_21 function was adapted to append 100 lines to the file. + * Generated by tools/generate_rust_proof_test.py */ let path = PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("test_proofs.txt"); let proofs = fs::read_to_string(path).unwrap();