diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2025-02-02 22:14:10 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2025-02-02 22:14:10 -0300 |
| commit | 22660b4c66223cad4967ece9a22cde06f17ff54b (patch) | |
| tree | 262ca2041501f3ca5bf3251081624ee774130397 | |
| parent | c2adb4b780b7b979b8fdf7d3169fc15220a038ed (diff) | |
remove traces of "wallet id".
| -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 | ||