remove units everywhere.

This commit is contained in:
fiatjaf
2025-02-03 09:32:39 -03:00
parent 22660b4c66
commit bb88c66c1d
2 changed files with 3 additions and 5 deletions

4
60.md
View File

@@ -34,7 +34,7 @@ This NIP doesn't deal with users' *receiving* money from someone else, it's just
}
```
The wallet event is an addressable event `kind:17375`.
The wallet event is an replaceable event `kind:17375`.
Tags:
* `mint` - Mint(s) this wallet uses -- there MUST be one or more mint tags.
@@ -157,7 +157,7 @@ Her client:
"kind": 7376,
"content": nip44_encrypt([
[ "direction", "out" ],
[ "amount", "4", "sats" ],
[ "amount", "4" ],
[ "e", "<event-id-1>", "", "destroyed" ],
[ "e", "<event-id-2>", "", "created" ],
]),