exchange

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

commit d326c05e323501bc7917e0454d77d6e0e7938259
parent 5224f795916b2e5a12859bb0b2b6a0b6fbcda37f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 29 Aug 2020 01:25:59 +0200

fix checks

Diffstat:
Msrc/lib/exchange_api_melt.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/exchange_api_melt.c b/src/lib/exchange_api_melt.c @@ -363,7 +363,7 @@ handle_melt_finished (void *cls, mh->melt_cb (mh->melt_cb_cls, &hr, noreveal_index, - (0 == response_code) + (0 == hr.http_status) ? NULL : &exchange_pub); mh->melt_cb = NULL;