exchange

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

commit 05a992445eb5a5b296544adf66a34c2fb20c8141
parent 05b338ce6f8ce46e55d2bb99414de346197808a8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 14 Dec 2019 23:14:59 +0100

fix comments

Diffstat:
Msrc/bank-lib/test_bank_api_new.c | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/bank-lib/test_bank_api_new.c b/src/bank-lib/test_bank_api_new.c @@ -18,7 +18,7 @@ */ /** - * @file bank/test_bank_api_with_fakebank.c + * @file bank/test_bank_api_new.c * @brief testcase to test bank's HTTP API * interface against the fakebank * @author Marcello Stanisci @@ -184,6 +184,7 @@ main (int argc, char *const *argv) { int rv; + /* These environment variables get in the way... */ unsetenv ("XDG_DATA_HOME"); unsetenv ("XDG_CONFIG_HOME"); @@ -239,4 +240,4 @@ main (int argc, } -/* end of test_bank_api_with_fakebank_new.c */ +/* end of test_bank_api_new.c */