Skip to content

Commit

Permalink
docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 31, 2023
1 parent 38d8868 commit 4843627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/types/src/interfaces/pxe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export interface PXE {
getPublicStorageAt(contract: AztecAddress, storageSlot: Fr): Promise<Buffer | undefined>;

/**
* Gets notes based on the provided filter.
* Gets notes OF ACCOUNTS REGISTERED IN THIS PXE based on the provided filter.
* @param filter - The filter to apply to the notes.
* @returns The requested notes.
*/
Expand Down

0 comments on commit 4843627

Please sign in to comment.