From 419c6b0ad9651f7c5446fc9d3a490921d104e73d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Jul 2021 22:15:10 +0200 Subject: -fix FIXMEs --- anastasis.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'anastasis.rst') diff --git a/anastasis.rst b/anastasis.rst index 2fae8c0d..8ebe269f 100644 --- a/anastasis.rst +++ b/anastasis.rst @@ -1902,7 +1902,7 @@ The reducer will simply transition to the ``SECRET_EDITING`` state: { "backup_state": "SECRET_EDITING", "upload_fees" : [ "KUDOS:42" ] - "expiration" : { "FIXME_ms" : 1245362362 } + "expiration" : { "t_ms" : 1245362362 } } Here, ``upload_fees`` is an array of applicable upload fees for the @@ -1929,7 +1929,7 @@ for example: "mime" : "text/plain" }, "name": "$NAME", - "expiration" : { "FIXME_ms" : 1245362362 } + "expiration" : { "t_ms" : 1245362362 } } If the application is unaware of the format, it set the ``mime`` field to ``null``. @@ -1945,7 +1945,7 @@ be updated. "backup_state": "SECRET_EDITING", "core_secret" : "$DATA", "secret_name" : "$NAME", - "expiration" : { "FIXME_ms" : 1245362362 }, + "expiration" : { "t_ms" : 1245362362 }, "upload_fees" : [ "KUDOS:42" ] } @@ -1958,7 +1958,7 @@ and to update the associated cost. For example: .. code-block:: javascript { - "expiration" : { "FIXME_ms" : 1245362362 } + "expiration" : { "t_ms" : 1245362362 } } The reducer remains in the ``SECRET_EDITING`` state, but the @@ -1968,8 +1968,8 @@ expiration time and cost calculation will be updated. { "backup_state": "SECRET_EDITING", - "expiration" : { "FIXME_ms" : 1245362362 }, - "upload_fees" : [ "KUDOS:43" ] + "expiration" : { "t_ms" : 1245362362 }, + "upload_fees" : [ { "fee": "KUDOS:43" } ] } -- cgit v1.2.3