Skip to content

Commit ca53572

Browse files
Update zk/nullifier/README.md
Co-authored-by: ananas-block <[email protected]>
1 parent c4fea07 commit ca53572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zk/nullifier/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Program with single instruction to create nullifiers to prevent double-spending.
44

55
Can be added to your custom program without requiring a custom circuit.
66

7-
* On Solana nullifiers require a data structure that ensures the nullifier is only created once.
8-
* A straight forward way is to derive a PDA with the nullifier as seed for the PDA account.
7+
* Nullifiers require a data structure that ensures the nullifier is only created once.
8+
* On Solana a straight forward way is to derive a PDA with the nullifier as seed for the PDA account.
99
* Nullifier accounts must remain active, hence lock ~0.001 SOL in rent per nullifier PDA permanently.
1010
* Compressed addresses are rent-free, provide similar functionality and derivation.
1111

0 commit comments

Comments
 (0)