taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 419c6b0ad9651f7c5446fc9d3a490921d104e73d
parent 6f48bb0fcaf3c6b79bf6a715a6348d6badeffaca
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 11 Jul 2021 22:15:10 +0200

-fix FIXMEs

Diffstat:
Manastasis.rst | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git 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" } ] }