From 4fac247bc7187cd611daad87563396c06a8295e4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 19 Jan 2020 20:57:32 +0100 Subject: use TALER_config_get_amount() consistently, require currency rounding option to exist instead of defaulting --- src/testing/test_exchange_api.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'src/testing/test_exchange_api.conf') diff --git a/src/testing/test_exchange_api.conf b/src/testing/test_exchange_api.conf index 6af202e30..7454934a8 100644 --- a/src/testing/test_exchange_api.conf +++ b/src/testing/test_exchange_api.conf @@ -9,6 +9,7 @@ TALER_TEST_HOME = test_exchange_api_home/ [taler] # Currency supported by the exchange (can only be one) CURRENCY = EUR +CURRENCY_ROUND_UNIT = EUR:0.01 [auditor] BASE_URL = "http://localhost:8083/" -- cgit v1.2.3