diff options
| -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": [ |