File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Program with single instruction to create nullifiers to prevent double-spending.
44
55Can 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
You can’t perform that action at this time.
0 commit comments