remove traces of "wallet id".

This commit is contained in:
fiatjaf 2025-02-02 22:14:10 -03:00
parent c2adb4b780
commit 22660b4c66

4
60.md
View File

@ -37,13 +37,9 @@ This NIP doesn't deal with users' *receiving* money from someone else, it's just
The wallet event is an addressable event `kind:17375`.
Tags:
* `d` - wallet ID.
* `mint` - Mint(s) this wallet uses -- there MUST be one or more mint tags.
* `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.
### Deleting a wallet event
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.
## Token Event
Token events are used to record unspent proofs.