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:
authorfiatjaf <fiatjaf@gmail.com>2025-02-03 09:32:39 -0300
committerfiatjaf <fiatjaf@gmail.com>2025-02-03 09:32:39 -0300
commitbb88c66c1dbbdaed6283e594f33e59452ae9eada (patch)
tree41d0431c65e6302404147fc4ced21850b9fedc34 /60.md
parent22660b4c66223cad4967ece9a22cde06f17ff54b (diff)
remove units everywhere.
Diffstat (limited to '60.md')
-rw-r--r--60.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/60.md b/60.md
index 3e106e2..469acd9 100644
--- a/60.md
+++ b/60.md
@@ -34,7 +34,7 @@ This NIP doesn't deal with users' *receiving* money from someone else, it's just
34} 34}
35``` 35```
36 36
37The wallet event is an addressable event `kind:17375`. 37The wallet event is an replaceable event `kind:17375`.
38 38
39Tags: 39Tags:
40* `mint` - Mint(s) this wallet uses -- there MUST be one or more mint tags. 40* `mint` - Mint(s) this wallet uses -- there MUST be one or more mint tags.
@@ -157,7 +157,7 @@ Her client:
157 "kind": 7376, 157 "kind": 7376,
158 "content": nip44_encrypt([ 158 "content": nip44_encrypt([
159 [ "direction", "out" ], 159 [ "direction", "out" ],
160 [ "amount", "4", "sats" ], 160 [ "amount", "4" ],
161 [ "e", "<event-id-1>", "", "destroyed" ], 161 [ "e", "<event-id-1>", "", "destroyed" ],
162 [ "e", "<event-id-2>", "", "created" ], 162 [ "e", "<event-id-2>", "", "created" ],
163 ]), 163 ]),