exchange

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

commit 07ea1c9890905b93ef8d817c6d4247aead89bf4a
parent aa999277016bb9a0ee9274365e19233c9bab93e3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 27 Oct 2021 23:37:45 +0200

-fix testing FTBFS

Diffstat:
Msrc/testing/test_exchange_api.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/testing/test_exchange_api.c b/src/testing/test_exchange_api.c @@ -355,7 +355,6 @@ run (void *cls, */// TALER_TESTING_cmd_track_transfer_empty ("wire-deposit-failing", NULL, - 0, MHD_HTTP_NOT_FOUND), TALER_TESTING_cmd_sleep ("sleep-before-aggregator", 1), @@ -396,13 +395,11 @@ run (void *cls, "check_bank_transfer-499c"), TALER_TESTING_cmd_track_transfer ("wire-deposit-success-bank", "check_bank_transfer-99c1", - 0, MHD_HTTP_OK, "EUR:0.98", "EUR:0.01"), TALER_TESTING_cmd_track_transfer ("wire-deposits-success-wtid", "deposit-wtid-ok", - 0, MHD_HTTP_OK, "EUR:4.98", "EUR:0.01"),