Skip to content

Commit 9f79db5

Browse files
committed
.
1 parent a8c41f4 commit 9f79db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

barretenberg/cpp/src/barretenberg/dsl/acir_format/ecdsa_constraints.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ struct EcdsaConstraint {
5252
uint32_t result;
5353

5454
// For serialization, update with any new fields
55-
MSGPACK_FIELDS(hashed_message, signature, pub_x_indices, pub_y_indices, result);
55+
MSGPACK_FIELDS(hashed_message, signature, pub_x_indices, pub_y_indices, predicate, result);
5656
friend bool operator==(EcdsaConstraint const& lhs, EcdsaConstraint const& rhs) = default;
5757
};
5858

0 commit comments

Comments
 (0)