diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2025-02-03 09:32:39 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2025-02-03 09:32:39 -0300 |
| commit | bb88c66c1dbbdaed6283e594f33e59452ae9eada (patch) | |
| tree | 41d0431c65e6302404147fc4ced21850b9fedc34 /60.md | |
| parent | 22660b4c66223cad4967ece9a22cde06f17ff54b (diff) | |
remove units everywhere.
Diffstat (limited to '60.md')
| -rw-r--r-- | 60.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 | ||
| 37 | The wallet event is an addressable event `kind:17375`. | 37 | The wallet event is an replaceable event `kind:17375`. |
| 38 | 38 | ||
| 39 | Tags: | 39 | Tags: |
| 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 | ]), |