[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: -fix FIXMEs
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: -fix FIXMEs |
Date: |
Sun, 11 Jul 2021 22:15:12 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 419c6b0 -fix FIXMEs
419c6b0 is described below
commit 419c6b0ad9651f7c5446fc9d3a490921d104e73d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jul 11 22:15:10 2021 +0200
-fix FIXMEs
---
anastasis.rst | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/anastasis.rst b/anastasis.rst
index 2fae8c0..8ebe269 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" } ]
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: -fix FIXMEs,
gnunet <=