gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (9b470d24 -> 69fb0e67)


From: gnunet
Subject: [taler-exchange] branch master updated (9b470d24 -> 69fb0e67)
Date: Sun, 22 Mar 2020 14:51:59 +0100

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

grothoff pushed a change to branch master
in repository exchange.

    from 9b470d24 update man
     new bdbe923b check for right type
     new 69fb0e67 add missing option for auditor

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/auditor/report-lib.c     | 6 +++---
 src/benchmark/benchmark.conf | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c
index 53e4f132..3399b4cc 100644
--- a/src/auditor/report-lib.c
+++ b/src/auditor/report-lib.c
@@ -388,9 +388,9 @@ TALER_ARL_setup_sessions_and_run (TALER_ARL_Analysis ana,
     return GNUNET_SYSERR;
   }
 
-  GNUNET_break (GNUNET_SYSERR !=
-                transact (ana,
-                          ana_cls));
+  if (0 > transact (ana,
+                    ana_cls))
+    return GNUNET_SYSERR;
   return GNUNET_OK;
 }
 
diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf
index fba3e0aa..bb1f17f8 100644
--- a/src/benchmark/benchmark.conf
+++ b/src/benchmark/benchmark.conf
@@ -8,6 +8,7 @@ taler_test_home = exchange_benchmark_home/
 [taler]
 # Currency supported by the exchange (can only be one)
 currency = EUR
+CURRENCY_ROUND_UNIT = EUR:0.01
 
 [exchange]
 # how long is one signkey valid?

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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