Skip to content

Commit

Permalink
missed one block constraint in ecdsa unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
guipublic committed May 11, 2023
1 parent b5cf326 commit 53a6eea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ TEST(ECDSASecp256k1, TestECDSAConstraintFail)
.hash_to_field_constraints = {},
.pedersen_constraints = {},
.compute_merkle_root_constraints = {},
.block_constraints = {},
.constraints = {},
};

Expand Down

0 comments on commit 53a6eea

Please sign in to comment.