gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] 01/01: docs: we actually use the fee label


From: gnunet
Subject: [taler-anastasis] 01/01: docs: we actually use the fee label
Date: Tue, 02 Nov 2021 16:23:03 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository anastasis.

commit a0f3ba36bbd286e80ef5df612a3348463c0e6bc4
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Nov 2 16:22:53 2021 +0100

    docs: we actually use the fee label
---
 doc/sphinx/reducer.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/sphinx/reducer.rst b/doc/sphinx/reducer.rst
index c9357c9..1c69971 100644
--- a/doc/sphinx/reducer.rst
+++ b/doc/sphinx/reducer.rst
@@ -1055,7 +1055,7 @@ The reducer will simply transition to the 
``SECRET_EDITING`` state:
 
     {
       "backup_state": "SECRET_EDITING",
-      "upload_fees" : [ "KUDOS:42" ],
+      "upload_fees" : [ { "fee": "KUDOS:42" } ],
       "expiration" : { "t_ms" : 1245362362 }
     }
 
@@ -1101,7 +1101,7 @@ be updated.
          "mime" : "text/plain"
       },
       "expiration" : { "t_ms" : 1245362362 },
-      "upload_fees" : [ "KUDOS:42" ]
+      "upload_fees" : [ { "fee": "KUDOS:42" } ]
     }
 
 
@@ -1160,7 +1160,7 @@ expiration time and cost calculation will be updated.
     {
       "backup_state": "SECRET_EDITING",
       "expiration" : { "t_ms" : 1245362362 },
-      "upload_fees" : ["KUDOS:43"]
+      "upload_fees" : [ { "fee": "KUDOS:43" } ]
     }
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]