commit d34f2aed00428305d42fafb7fb0c4e0878c9ad4a
parent 0c4c5ee42801fecb82c43f3cf06fe8d741abfc63
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 13 Nov 2024 18:59:05 +0100
-fix debit limit
Diffstat:
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git 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
@@ -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
@@ -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,