Skip to content

Commit 95980f2

Browse files
patrickReiisRandyMcMillan
authored andcommitted
NIP-60: jsonconc -> jsonc (nostr-protocol#1727)
1 parent d87f483 commit 95980f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

60.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ While the client is fetching (and perhaps validating) proofs it can use the opti
134134

135135
## Spending token
136136
If Alice spends 4 sats from this token event
137-
```jsonconc
137+
```jsonc
138138
{
139139
"kind": 7375,
140140
"id": "event-id-1",
@@ -155,7 +155,7 @@ If Alice spends 4 sats from this token event
155155

156156
Her client:
157157
* MUST roll over the unspent proofs:
158-
```jsonconc
158+
```jsonc
159159
{
160160
"kind": 7375,
161161
"id": "event-id-2",
@@ -176,7 +176,7 @@ Her client:
176176
* MUST delete event `event-id-1`
177177
* SHOULD add the `event-id-1` to the `del` array of deleted token-ids.
178178
* SHOULD create a `kind:7376` event to record the spend
179-
```jsonconc
179+
```jsonc
180180
{
181181
"kind": 7376,
182182
"content": nip44_encrypt([

0 commit comments

Comments
 (0)