diff options
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 | ]), |