From 02e772002c3eccc24fccf758b0d1b590b6abfc3d Mon Sep 17 00:00:00 2001 From: ledwards2225 Date: Mon, 17 Mar 2025 15:21:52 +0000 Subject: [PATCH] update join split test hash --- .../src/barretenberg/examples/join_split/join_split.test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/barretenberg/cpp/src/barretenberg/examples/join_split/join_split.test.cpp b/barretenberg/cpp/src/barretenberg/examples/join_split/join_split.test.cpp index 37c3e468da35..9e6f8a1e91a3 100644 --- a/barretenberg/cpp/src/barretenberg/examples/join_split/join_split.test.cpp +++ b/barretenberg/cpp/src/barretenberg/examples/join_split/join_split.test.cpp @@ -703,7 +703,7 @@ TEST_F(join_split_tests, test_0_input_notes_and_detect_circuit_change) // The below part detects any changes in the join-split circuit constexpr size_t DYADIC_CIRCUIT_SIZE = 1 << 16; - constexpr uint256_t CIRCUIT_HASH("0x103eeb052dd7c2f8ebf531bdfadb7d3cee0ab95371289f6d507beaa24b210fba"); + constexpr uint256_t CIRCUIT_HASH("0xee0f4a847920b66af0bcc00e760348e97612c947237834e6967be430ae54b53c"); const uint256_t circuit_hash = circuit.hash_circuit(); // circuit is finalized now @@ -2304,4 +2304,4 @@ TEST_F(join_split_tests, test_repayment) EXPECT_TRUE(CircuitChecker::check(circuit)); } -} // namespace bb::join_split_example::proofs::join_split \ No newline at end of file +} // namespace bb::join_split_example::proofs::join_split