mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-22 16:35:52 -05:00
Update 60.md
Co-authored-by: Pablo Fernandez <pfer@me.com>
This commit is contained in:
parent
27b2906306
commit
f642a9d072
3
60.md
3
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" ],
|
||||
|
|
Loading…
Reference in New Issue
Block a user