exchange

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

commit a20059f0076402a2fca4ba453d33135724e9f6c1
parent e59156cf165907c4af376a126b7ce1505fe85d51
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 28 Jun 2026 09:38:19 +0200

badness

Diffstat:
Msrc/exchange/taler-exchange-closer.c | 13+------------
1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/src/exchange/taler-exchange-closer.c b/src/exchange/taler-exchange-closer.c @@ -359,18 +359,7 @@ expired_reserve_cb (void *cls, /* Reserve balance was zero OR soft error */ GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Reserve was virtually empty, moving on\n"); - qs = commit_or_warn (); - switch (qs) - { - case GNUNET_DB_STATUS_HARD_ERROR: - GNUNET_break (0); - return GNUNET_SYSERR; - case GNUNET_DB_STATUS_SOFT_ERROR: - return GNUNET_NO; - case GNUNET_DB_STATUS_SUCCESS_NO_RESULTS: - case GNUNET_DB_STATUS_SUCCESS_ONE_RESULT: - return GNUNET_OK; - } + return GNUNET_OK; } /* success, perform wire transfer */