diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-02-19 12:33:37 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-02-19 12:33:37 +0100 |
commit | 67f5e1b3eb23f780d9576e56ad404d54771532c3 (patch) | |
tree | 7b061289aad1a07be2a2e36b302915cbbcc30290 | |
parent | 20d9b03ac6e98b0453d8fa068a84e37ea952f302 (diff) |
-fix currency
-rw-r--r-- | src/testing/test_template.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_template.conf b/src/testing/test_template.conf index 4fc0a2c3..4f406ace 100644 --- a/src/testing/test_template.conf +++ b/src/testing/test_template.conf @@ -8,7 +8,7 @@ TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/taler-system-runtime/ [taler] CURRENCY = TESTKUDOS CURRENCY_ROUND_UNIT = TESTKUDOS:0.01 -AML_THRESHOLD = EUR:1000000 +AML_THRESHOLD = TESTKUDOS:1000000 [exchange] MAX_KEYS_CACHING = forever |