upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2025-02-02 22:14:10 -0300
committerfiatjaf <fiatjaf@gmail.com>2025-02-02 22:14:10 -0300
commit22660b4c66223cad4967ece9a22cde06f17ff54b (patch)
tree262ca2041501f3ca5bf3251081624ee774130397
parentc2adb4b780b7b979b8fdf7d3169fc15220a038ed (diff)
remove traces of "wallet id".
-rw-r--r--60.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/60.md b/60.md
index 0d7b31f..3e106e2 100644
--- a/60.md
+++ b/60.md
@@ -37,13 +37,9 @@ This NIP doesn't deal with users' *receiving* money from someone else, it's just
37The wallet event is an addressable event `kind:17375`. 37The wallet event is an addressable event `kind:17375`.
38 38
39Tags: 39Tags:
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
45Due 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
48Token events are used to record unspent proofs. 44Token events are used to record unspent proofs.
49 45