Skip to content
Snippets Groups Projects
Commit b161cf25 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Going to drop "started", at least for now

parent 7bffec04
No related branches found
No related tags found
1 merge request!63Expose voucher state
...@@ -77,14 +77,12 @@ The following values are possible:: ...@@ -77,14 +77,12 @@ The following values are possible::
:: ::
{ "name": "double-spend" { "name": "double-spend"
, "started": <iso8601 timestamp> , "finished": <iso8601 timestamp>
, "error-at": <iso8601 timestamp>
} }
:: ::
{ "name": "redeemed" { "name": "redeemed"
, "started": <iso8601 timestamp>
, "finished": <iso8601 timestamp> , "finished": <iso8601 timestamp>
, "token-count": <number> , "token-count": <number>
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment