diff options
| author | Pablo Fernandez <p@f7z.io> | 2024-10-12 09:35:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-12 09:35:39 +0100 |
| commit | 6517be923527a5090f6250369cd5469eab0d5bc5 (patch) | |
| tree | 3535145b9710eb288a2d95403b9254ff00af984a | |
| parent | e87104c26cae69eb465d04d3c9c40452d5c37ca8 (diff) | |
Update 60.md
Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
| -rw-r--r-- | 60.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -95,7 +95,7 @@ Clients SHOULD publish `kind:7376` events to create a transaction history when t | |||
| 95 | "kind": 7376, | 95 | "kind": 7376, |
| 96 | "content": nip44_encrypt([ | 96 | "content": nip44_encrypt([ |
| 97 | [ "direction", "in" ], // in = received, out = sent | 97 | [ "direction", "in" ], // in = received, out = sent |
| 98 | [ "amount", "1", "sats" ], | 98 | [ "amount", "1", "sat" ], |
| 99 | [ "e", "<event-id-of-spent-token>", "<relay-hint>", "created" ], | 99 | [ "e", "<event-id-of-spent-token>", "<relay-hint>", "created" ], |
| 100 | ]), | 100 | ]), |
| 101 | "tags": [ | 101 | "tags": [ |