Skip to content

Commit

Permalink
Does CI catch the bad hash?
Browse files Browse the repository at this point in the history
  • Loading branch information
codygunton committed Mar 6, 2024
1 parent 12ce348 commit 8ae6a24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,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;

const uint256_t VK_HASH("0x3792ae05102a73979a20d1962e30720ea083f87341a79f7714f356adbe670222");
const uint256_t VK_HASH("0x792ae05102a73979a20d1962e30720ea083f87341a79f7714f356adbe670222");

uint256_t vk_hash_js = circuit.hash_circuit();
// circuit is finalized now
Expand Down

0 comments on commit 8ae6a24

Please sign in to comment.