exchange

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

commit 70a5ceecc1a15d4f811636f5980cedf653988879
parent 3c4d6f1ba2f0e608605c6dffa6b381675c333245
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 13 Jun 2022 11:25:47 +0200

-also exit in test mode

Diffstat:
Msrc/exchange/taler-exchange-wirewatch.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c @@ -643,7 +643,7 @@ history_cb (void *cls, "Error fetching history: %s (%u)\n", TALER_ErrorCode_get_hint (ec), http_status); - if (! exit_on_error) + if (! (exit_on_error || test_mode) ) { account_completed (wa); return GNUNET_OK;