exchange

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

commit 40e45e7f5e087ba12764d5f56a060af7efdf96fc
parent bac4932cf5d8f5cb1af6eca5fcdac05239489e2c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 13 May 2023 22:02:10 +0200

avoid generating useless file by tests

Diffstat:
Msrc/testing/testing_api_cmd_nexus_fetch_transactions.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/testing/testing_api_cmd_nexus_fetch_transactions.c b/src/testing/testing_api_cmd_nexus_fetch_transactions.c @@ -81,6 +81,7 @@ nft_run (void *cls, "--header=Content-Type:application/json", "--auth-no-challenge", "--output-file=/dev/null", + "--output-document=/dev/null", "--post-data={\"level\":\"all\",\"rangeType\":\"latest\"}", user, pass,