From 22660b4c66223cad4967ece9a22cde06f17ff54b Mon Sep 17 00:00:00 2001
From: fiatjaf <fiatjaf@gmail.com>
Date: Sun, 2 Feb 2025 22:14:10 -0300
Subject: [PATCH] remove traces of "wallet id".

---
 60.md | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/60.md b/60.md
index 0d7b31fb..3e106e25 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
 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.