File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ While the client is fetching (and perhaps validating) proofs it can use the opti
134134
135135## Spending token
136136If 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
156156Her 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 ([
You can’t perform that action at this time.
0 commit comments