mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-02-22 13:19:00 +00:00
remove traces of "wallet id".
This commit is contained in:
parent
c2adb4b780
commit
22660b4c66
4
60.md
4
60.md
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user