diff options
Diffstat (limited to '60.md')
| -rw-r--r-- | 60.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -22,8 +22,8 @@ This NIP doesn't deal with users' *receiving* money from someone else, it's just | |||
| 22 | { | 22 | { |
| 23 | "kind": 37375, | 23 | "kind": 37375, |
| 24 | "content": nip44_encrypt([ | 24 | "content": nip44_encrypt([ |
| 25 | [ "balance", "100", "sats" ], | 25 | [ "balance", "100", "sat" ], |
| 26 | [ "privkey", "hexkey" ] // explained in Appendix 2 | 26 | [ "privkey", "hexkey" ] // explained in NIP-61 |
| 27 | ]), | 27 | ]), |
| 28 | "tags": [ | 28 | "tags": [ |
| 29 | [ "d", "my-wallet" ], | 29 | [ "d", "my-wallet" ], |
| @@ -31,7 +31,7 @@ This NIP doesn't deal with users' *receiving* money from someone else, it's just | |||
| 31 | [ "mint", "https://mint2" ], | 31 | [ "mint", "https://mint2" ], |
| 32 | [ "mint", "https://mint3" ], | 32 | [ "mint", "https://mint3" ], |
| 33 | [ "name", "my shitposting wallet" ], | 33 | [ "name", "my shitposting wallet" ], |
| 34 | [ "unit", "sats" ], | 34 | [ "unit", "sat" ], |
| 35 | [ "description", "a wallet for my day-to-day shitposting" ], | 35 | [ "description", "a wallet for my day-to-day shitposting" ], |
| 36 | [ "relay", "wss://relay1" ], | 36 | [ "relay", "wss://relay1" ], |
| 37 | [ "relay", "wss://relay2" ], | 37 | [ "relay", "wss://relay2" ], |