commit 98ef00a7b42202b15f1d6004f032c759bffffc94
parent 4f363111eebf0e080bf78d7d9a3475ec7c37e246
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 21 Feb 2023 15:08:33 +0100
-fix config
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -4,7 +4,7 @@
# This configure file is in the public domain
AC_PREREQ([2.69])
-AC_INIT([sync],[0.9.1],[taler-bug@gnu.org])
+AC_INIT([sync],[0.9.2],[taler-bug@gnu.org])
AC_CONFIG_SRCDIR([src/sync/sync-httpd.c])
AC_CONFIG_HEADERS([sync_config.h])
# support for non-recursive builds
diff --git a/src/testing/test_sync_api.conf b/src/testing/test_sync_api.conf
@@ -17,6 +17,7 @@ TALER_CACHE_HOME = $TALER_HOME/.cache/taler/
[taler]
# What currency do we use?
CURRENCY = EUR
+AML_THRESHOLD = EUR:1000000
CURRENCY_ROUND_UNIT = EUR:0.01
[taler-helper-crypto-rsa]