upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/60.md
diff options
context:
space:
mode:
authorPablo Fernandez <p@f7z.io>2024-07-17 12:00:00 +0100
committerPablo Fernandez <p@f7z.io>2024-07-17 12:00:00 +0100
commit8ae9b9b7446e7299c770d53f37b9e2bf7000c55f (patch)
treeedba7bb2eea4c2da0beedea64cad07bf7451a836 /60.md
parent90707d555b69ccb11933ad71a07cbac99df69b3e (diff)
normalize unit to what mints use
Diffstat (limited to '60.md')
-rw-r--r--60.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/60.md b/60.md
index 7490e49..1517f7c 100644
--- a/60.md
+++ b/60.md
@@ -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" ],