exchange

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

commit 30b24448c8250b01eba8368f38c9ccdc2075f903
parent 47e8190e9da17adf581ea05c1ef253096887d973
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 25 Feb 2020 14:21:14 +0100

do not NPE if encountering reserve_close for which we have no summary

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

diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c @@ -2006,7 +2006,7 @@ begin_transaction () &wa->out_wire_off); if (0 > wa->qsx) { - GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qsx); + GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == wa->qsx); global_ret = 1; GNUNET_SCHEDULER_shutdown (); return;