diff options
author | Jeff Burdges <burdges@gnunet.org> | 2016-04-20 17:07:25 +0200 |
---|---|---|
committer | Jeff Burdges <burdges@gnunet.org> | 2016-04-20 17:07:25 +0200 |
commit | 1d43437991e52629a0dcc1ce97bb99b791ca6927 (patch) | |
tree | 6fe73342fb28452fa629f7adcc068a55bf963ff2 /src/exchange-lib | |
parent | a0756dc30307dd24e2f58a4c01e90696fe77c567 (diff) | |
parent | fda03a481f2da4e0fefbac69253734ce1d304874 (diff) |
Merge branch 'master' of git.taler.net:/var/git/exchange
Diffstat (limited to 'src/exchange-lib')
-rw-r--r-- | src/exchange-lib/test_exchange_api.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/exchange-lib/test_exchange_api.conf b/src/exchange-lib/test_exchange_api.conf index 281ac7361..3c68f6050 100644 --- a/src/exchange-lib/test_exchange_api.conf +++ b/src/exchange-lib/test_exchange_api.conf @@ -4,10 +4,12 @@ # Persistant data storage for the testcase TALER_TEST_HOME = test_exchange_api_home/ -[exchange] +[taler] # Currency supported by the exchange (can only be one) CURRENCY = EUR +[exchange] + # Wire format supported by the exchange # We use 'test' for testing of the actual # coin operations, and 'sepa' to test SEPA-specific routines. |