gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: docs: we actually use the fee l


From: gnunet
Subject: [taler-anastasis] branch master updated: docs: we actually use the fee label
Date: Tue, 02 Nov 2021 16:22:40 +0100

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

dold pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 17cd158  docs: we actually use the fee label
17cd158 is described below

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

    docs: we actually use the fee label
---
 doc/sphinx/reducer.rst                           | 6 +++---
 src/cli/test_anastasis_reducer_enter_secret.sh   | 1 +
 src/cli/test_anastasis_reducer_select_country.sh | 1 +
 3 files changed, 5 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" } ]
     }
 
 
diff --git a/src/cli/test_anastasis_reducer_enter_secret.sh 
b/src/cli/test_anastasis_reducer_enter_secret.sh
index 8005f08..600fdb4 100755
--- a/src/cli/test_anastasis_reducer_enter_secret.sh
+++ b/src/cli/test_anastasis_reducer_enter_secret.sh
@@ -8,6 +8,7 @@ BOLD="$(tput bold)"
 NORM="$(tput sgr0)"
 
 set -eu
+set -x
 
 # Exit, with status code "skip" (no 'real' failure)
 function exit_skip() {
diff --git a/src/cli/test_anastasis_reducer_select_country.sh 
b/src/cli/test_anastasis_reducer_select_country.sh
index c02f61f..25541bb 100755
--- a/src/cli/test_anastasis_reducer_select_country.sh
+++ b/src/cli/test_anastasis_reducer_select_country.sh
@@ -2,6 +2,7 @@
 # This file is in the public domain.
 
 set -eu
+set -x
 
 # Exit, with status code "skip" (no 'real' failure)
 function exit_skip() {

-- 
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]