exchange

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

commit f089bbe5366553c15758200febd6c77a941272f2
parent 8690892cac33b055fe3dc4463612443b4beeed4d
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Tue, 17 May 2022 02:20:05 -0400

split conf file reference to -cs and -rsa

This is a followup to 2022-02-04, "split .conf files into rsa and cs".

Diffstat:
Msrc/testing/Makefile.am | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am @@ -556,7 +556,8 @@ test_kyc_api_LDADD = \ # Distribution EXTRA_DIST = \ - test_auditor_api.conf \ + test_auditor_api-cs.conf \ + test_auditor_api-rsa.conf \ test_auditor_api_expire_reserve_now-cs.conf \ test_auditor_api_expire_reserve_now-rsa.conf \ test_bank_api_fakebank.conf \