commit e1fb3bdb4cd95fde9a906fb96e7d4d344febc027 parent a9f49d0bcd747ba594a48b4916e30f5aa27786f1 Author: Florian Dold <florian.dold@gmail.com> Date: Sun, 19 Jan 2020 22:33:57 +0100 wrong name in config Diffstat:
| M | src/lib/test_merchant_api.conf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/test_merchant_api.conf b/src/lib/test_merchant_api.conf @@ -16,7 +16,7 @@ TALER_CACHE_HOME = $TALER_HOME/.cache/taler/ [taler] # What currency do we use? CURRENCY = EUR -CURRENCY_ROUND_AMOUNT = EUR:0.01 +CURRENCY_ROUND_UNIT = EUR:0.01 [bank] HTTP_PORT = 8082