Update 60.md

Co-authored-by: Pablo Fernandez <pfer@me.com>
This commit is contained in:
water 2024-11-14 11:42:12 +08:00 committed by GitHub
parent 27b2906306
commit f642a9d072
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
60.md
View File

@ -24,7 +24,8 @@ This NIP doesn't deal with users' *receiving* money from someone else, it's just
"content": nip44_encrypt([
[ "balance", "100", "sat" ],
[ "privkey", "hexkey" ], // explained in NIP-61
[ "ncryptsec", "NIP-49 encrypted private key" ]
[ "ncryptsec", "NIP-49 encrypted private key" ],
[ "p2pk", "pubkey of the private key in the ncryptsec tag" ]
]),
"tags": [
[ "d", "my-wallet" ],