We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c0e04 commit 0d6ec63Copy full SHA for 0d6ec63
noir-projects/aztec-nr/aztec/src/discovery/partial_notes.nr
@@ -26,7 +26,7 @@ pub global MAX_PARTIAL_NOTE_PRIVATE_PACKED_LEN: u32 =
26
27
/// The slot in the PXE capsules where we store a `CapsuleArray` of `DeliveredPendingPartialNote`.
28
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(),
+ "AZTEC_NR::DELIVERED_PENDING_PARTIAL_NOTE_ARRAY_LENGTH_CAPSULES_SLOT".as_bytes(),
30
);
31
32
/// Public logs contain an extra field at the beginning with the address of the contract that emitted them, and partial
0 commit comments