From f642a9d0720b375106b86e1cb0c20b2f0ab0341b Mon Sep 17 00:00:00 2001 From: water <130329555+water783@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:42:12 +0800 Subject: [PATCH] Update 60.md Co-authored-by: Pablo Fernandez --- 60.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/60.md b/60.md index 513c69f..ca87a76 100644 --- a/60.md +++ b/60.md @@ -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" ],