exchange

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

commit 97059060b06ffe415b17b514497634a751b0f45e
parent d5448ba7dbe480c5b382e433615f50faefc45dcc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 26 Apr 2025 20:59:49 +0200

-fix assert

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

diff --git a/src/exchange/taler-exchange-httpd_deposits_get.c b/src/exchange/taler-exchange-httpd_deposits_get.c @@ -386,7 +386,7 @@ dwc_cleaner (struct TEH_RequestContext *rc) { struct DepositWtidContext *ctx = rc->rh_ctx; - GNUNET_assert (GNUNET_NO == ctx->suspended); + GNUNET_assert (GNUNET_YES != ctx->suspended); if (NULL != ctx->eh) { TEH_plugin->event_listen_cancel (TEH_plugin->cls,