summaryrefslogtreecommitdiff
path: root/src/mint-lib/test-mint-home/config/mint-common.conf
diff options
context:
space:
mode:
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.conf8
1 files changed, 3 insertions, 5 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 eb2f7e90b..f4bc21622 100644
--- a/src/mint-lib/test-mint-home/config/mint-common.conf
+++ b/src/mint-lib/test-mint-home/config/mint-common.conf
@@ -3,11 +3,9 @@
CURRENCY = EUR
# Wire format supported by the mint
-# We use 'test' for testing, in principle we should
-# run tests for all supported wire formats...
-# (we should first implement support for a mint running
-# with multiple formats at the same time).
-WIREFORMAT = test
+# We use 'test' for testing of the actual
+# coin operations, and 'sepa' to test SEPA-specific routines.
+WIREFORMAT = test sepa
# HTTP port the mint listens to
PORT = 8081