Skip to content

Commit 2bd9801

Browse files
authored
feat: merge-train/avm (#20527)
See [merge-train-readme.md](https://github.com/AztecProtocol/aztec-packages/blob/next/.github/workflows/merge-train-readme.md). This is a merge-train.
2 parents 24ccb36 + 98ae93d commit 2bd9801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

barretenberg/cpp/src/barretenberg/vm2/simulation/events/field_gt_event.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ struct FieldGreaterThanEvent {
3232
bool gt_result = false; // Not relevant for operation == FieldGreaterOperation::CANONICAL_DECOMPOSITIONs
3333

3434
// To be used with deduplicating event emitters.
35-
using Key = std::tuple<FieldGreaterOperation, const FF&, const FF&>;
35+
using Key = std::tuple<FieldGreaterOperation, FF, FF>;
3636
Key get_key() const { return { operation, a, b }; }
3737

3838
bool operator==(const FieldGreaterThanEvent& other) const = default;

0 commit comments

Comments
 (0)