Skip to content

Commit

Permalink
Update noir-projects/aztec-nr/aztec/src/test/helpers/test_environment.nr
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Beneš <janbenes1234@gmail.com>
  • Loading branch information
sklppy88 and benesjan authored Feb 27, 2025
1 parent efc45f4 commit 7182aa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use protocol_types::constants::PUBLIC_DISPATCH_SELECTOR;
use protocol_types::traits::Packable;

// This is the first nullifier emitted from the TXe. It is an arbitrary number assigned in the TXe that is
// larger than the first prefilled subtree of the nullifier tree. We use know FIRST_NULLIFIER_EMITTED_IN_TXE exists
// larger than the first prefilled subtree of the nullifier tree. We know FIRST_NULLIFIER_EMITTED_IN_TXE exists
// because the TXe creates deterministic first nullifiers if no side-effects are emitted.
pub global FIRST_NULLIFIER_EMITTED_IN_TXE: Field = 6969 + 1;

Expand Down

0 comments on commit 7182aa7

Please sign in to comment.