diff options
| -rw-r--r-- | 60.md | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -37,13 +37,9 @@ This NIP doesn't deal with users' *receiving* money from someone else, it's just | |||
| 37 | The wallet event is an addressable event `kind:17375`. | 37 | The wallet event is an addressable event `kind:17375`. |
| 38 | 38 | ||
| 39 | Tags: | 39 | Tags: |
| 40 | * `d` - wallet ID. | ||
| 41 | * `mint` - Mint(s) this wallet uses -- there MUST be one or more mint tags. | 40 | * `mint` - Mint(s) this wallet uses -- there MUST be one or more mint tags. |
| 42 | * `privkey` - Private key used to unlock P2PK ecash. MUST be stored encrypted in the `.content` field. **This is a different private key exclusively used for the wallet, not associated in any way to the user's Nostr private key** -- This is only used for receiving [NIP-61](61.md) nutzaps. | 41 | * `privkey` - Private key used to unlock P2PK ecash. MUST be stored encrypted in the `.content` field. **This is a different private key exclusively used for the wallet, not associated in any way to the user's Nostr private key** -- This is only used for receiving [NIP-61](61.md) nutzaps. |
| 43 | 42 | ||
| 44 | ### Deleting a wallet event | ||
| 45 | Due to addressable event being hard to delete, if a user wants to delete a wallet, they should empty the event and keep just the `d` identifier and add a `deleted` tag. | ||
| 46 | |||
| 47 | ## Token Event | 43 | ## Token Event |
| 48 | Token events are used to record unspent proofs. | 44 | Token events are used to record unspent proofs. |
| 49 | 45 | ||