From 18a3401034125f9d92fdc1976928f20a57ec011e Mon Sep 17 00:00:00 2001 From: benesjan Date: Fri, 28 Mar 2025 21:52:20 +0000 Subject: [PATCH] fix: separator in pending partial notes capsule array slot --- noir-projects/aztec-nr/aztec/src/discovery/partial_notes.nr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir-projects/aztec-nr/aztec/src/discovery/partial_notes.nr b/noir-projects/aztec-nr/aztec/src/discovery/partial_notes.nr index 3b4ce4b854ba..1dc91222337d 100644 --- a/noir-projects/aztec-nr/aztec/src/discovery/partial_notes.nr +++ b/noir-projects/aztec-nr/aztec/src/discovery/partial_notes.nr @@ -26,7 +26,7 @@ pub global MAX_PARTIAL_NOTE_PRIVATE_PACKED_LEN: u32 = /// The slot in the PXE capsules where we store a `CapsuleArray` of `DeliveredPendingPartialNote`. pub global DELIVERED_PENDING_PARTIAL_NOTE_ARRAY_LENGTH_CAPSULES_SLOT: Field = sha256_to_field( - "DELIVERED_PENDING_PARTIAL_NOTE_ARRAY_LENGTH_CAPSULES_SLOT".as_bytes(), + "AZTEC_NR::DELIVERED_PENDING_PARTIAL_NOTE_ARRAY_LENGTH_CAPSULES_SLOT".as_bytes(), ); /// Public logs contain an extra field at the beginning with the address of the contract that emitted them, and partial