Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -2304,4 +2304,4 @@ TEST_F(join_split_tests, test_repayment)
EXPECT_TRUE(CircuitChecker::check(circuit));
}

} // namespace bb::join_split_example::proofs::join_split
} // namespace bb::join_split_example::proofs::join_split
Loading