exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 12855342d80494e748597bdad51bab3bd87180d1
parent 774874a0964f3c14e4379d7e92554b2426c7c4a3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 16 Jan 2020 20:30:19 +0100

rename config file to make it clear it is associated with a test (in build)

Diffstat:
Msrc/lib/Makefile.am | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am @@ -332,8 +332,8 @@ test_bank_api_with_pybank_twisted_LDADD = \ # Distribution EXTRA_DIST = \ - bank.conf \ - bank_twisted.conf \ + test_bank_api.conf \ + test_bank_api_bank_twisted.conf \ test_auditor_api.conf \ test_auditor_api_expire_reserve_now.conf \ test_exchange_api_home/.local/share/taler/exchange/offline-keys/master.priv \