exchange

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

commit 792995075110f5205862ccee4d0275832a35b416
parent 713b8b098a1f72f0434c502933800470f2b31064
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 26 Aug 2024 14:00:09 +0200

fix error handling

Diffstat:
Msrc/auditor/taler-helper-auditor-aggregation.c | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/auditor/taler-helper-auditor-aggregation.c b/src/auditor/taler-helper-auditor-aggregation.c @@ -35,8 +35,6 @@ static int global_ret; /** * Run in test mode. Exit when idle instead of * going to sleep and waiting for more work. - * - * FIXME: not yet implemented! */ static int test_mode; @@ -458,7 +456,7 @@ check_transaction_history_for_deposit ( if (qs < 0) { GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qs); - // FIXME: error handling + return qs; } } deposited = &tl->details.deposit->amount_with_fee; /* according to exchange*/