exchange

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

commit 2c0b6d734456bd566634c15108feffa3dc7bf737
parent d8f211be91e1e2fbfbd08420e7fb15549d22a54c
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sat, 15 Mar 2025 11:57:39 +0100

exit on hard error instead of trying again - and return failure

Diffstat:
Msrc/exchange/taler-exchange-aggregator.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c @@ -1314,6 +1314,7 @@ drain_kyc_alerts (void *cls) db_plugin->rollback (db_plugin->cls); GNUNET_free (au); GNUNET_assert (NULL == task); + global_ret = EXIT_FAILURE; GNUNET_SCHEDULER_shutdown (); return; case GNUNET_DB_STATUS_SOFT_ERROR: