summaryrefslogtreecommitdiff
path: root/src/mint-lib/test-mint-home/config/mint-common.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-05 16:55:01 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-05 16:55:01 +0200
commit922323b4104abfaef2a11fed4e5e8292344a3bcd (patch)
tree8ed3781141741e743d120180b7e785f6a38eca3c /src/mint-lib/test-mint-home/config/mint-common.conf
parentf623214c1292b93fa8672361dfa978a506f4bef3 (diff)
downloadexchange-922323b4104abfaef2a11fed4e5e8292344a3bcd.tar.gz
exchange-922323b4104abfaef2a11fed4e5e8292344a3bcd.tar.bz2
exchange-922323b4104abfaef2a11fed4e5e8292344a3bcd.zip
misc bugfixes from tests
Diffstat (limited to 'src/mint-lib/test-mint-home/config/mint-common.conf')
-rw-r--r--src/mint-lib/test-mint-home/config/mint-common.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mint-lib/test-mint-home/config/mint-common.conf b/src/mint-lib/test-mint-home/config/mint-common.conf
index 6d03c2a5b..1b8aa4218 100644
--- a/src/mint-lib/test-mint-home/config/mint-common.conf
+++ b/src/mint-lib/test-mint-home/config/mint-common.conf
@@ -2,8 +2,9 @@
# Currency supported by the mint (can only be one)
CURRENCY = EUR
-# Wire format supproted by the mint (currently only SEPA is implemented)
-WIREFORMAT = SEPA
+# Wire format supproted by the mint
+# TEST is used for testing... (what a shock)
+WIREFORMAT = TEST
# HTTP port the mint listens to
PORT = 8081