gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix debit limit


From: gnunet
Subject: [taler-exchange] branch master updated: -fix debit limit
Date: Wed, 13 Nov 2024 18:59:08 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new d34f2aed0 -fix debit limit
d34f2aed0 is described below

commit d34f2aed00428305d42fafb7fb0c4e0878c9ad4a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Nov 13 18:59:05 2024 +0100

    -fix debit limit
---
 src/benchmark/benchmark-common.conf  | 1 +
 src/benchmark/taler-bank-benchmark.c | 2 +-
 src/lib/exchange_api_handle.c        | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/benchmark/benchmark-common.conf 
b/src/benchmark/benchmark-common.conf
index 94b3b643f..541471fb9 100644
--- a/src/benchmark/benchmark-common.conf
+++ b/src/benchmark/benchmark-common.conf
@@ -100,6 +100,7 @@ IBAN_PAYTO_BIC = SANDBOXXX
 CURRENCY = EUR
 PWD_HASH_CONFIG = { "cost": 4 }
 PWD_AUTH_COMPAT = yes
+DEFAULT_DEBT_LIMIT = EUR:2000000
 
 [libeufin-bankdb-postgres]
 CONFIG = postgresql:///talercheck
diff --git a/src/benchmark/taler-bank-benchmark.c 
b/src/benchmark/taler-bank-benchmark.c
index 340ee3349..9d7bd3e83 100644
--- a/src/benchmark/taler-bank-benchmark.c
+++ b/src/benchmark/taler-bank-benchmark.c
@@ -546,7 +546,7 @@ main (int argc,
              howmany_reserves,
              howmany_clients,
              GNUNET_STRINGS_relative_time_to_string (duration,
-                                                     GNUNET_YES));
+                                                     true));
     if (! GNUNET_TIME_relative_is_zero (duration))
     {
       tps = ((unsigned long long) howmany_reserves) * howmany_clients * 1000LLU
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index acb40151e..d03a6b5f6 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -1845,7 +1845,7 @@ TALER_EXCHANGE_get_keys (
   GNUNET_break (CURLE_OK ==
                 curl_easy_setopt (eh,
                                   CURLOPT_VERBOSE,
-                                  1));
+                                  0));
   GNUNET_break (CURLE_OK ==
                 curl_easy_setopt (eh,
                                   CURLOPT_TIMEOUT,

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