Skip to content

Commit 0d6ec63

Browse files
authored
fix: separator in pending partial notes capsule array slot (#13153)
1 parent 88c0e04 commit 0d6ec63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noir-projects/aztec-nr/aztec/src/discovery/partial_notes.nr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub global MAX_PARTIAL_NOTE_PRIVATE_PACKED_LEN: u32 =
2626

2727
/// The slot in the PXE capsules where we store a `CapsuleArray` of `DeliveredPendingPartialNote`.
2828
pub global DELIVERED_PENDING_PARTIAL_NOTE_ARRAY_LENGTH_CAPSULES_SLOT: Field = sha256_to_field(
29-
"DELIVERED_PENDING_PARTIAL_NOTE_ARRAY_LENGTH_CAPSULES_SLOT".as_bytes(),
29+
"AZTEC_NR::DELIVERED_PENDING_PARTIAL_NOTE_ARRAY_LENGTH_CAPSULES_SLOT".as_bytes(),
3030
);
3131

3232
/// Public logs contain an extra field at the beginning with the address of the contract that emitted them, and partial

0 commit comments

Comments
 (0)