merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit c257559c7773b214aa4930ac861846105ee2f469
parent a271c5bc992e52d719540c5b72d6c665034211c9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 22 Jul 2021 19:17:45 +0200

-simplify

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

diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c @@ -2147,12 +2147,12 @@ lookup_refunds_cb (void *cls, lrc->qs = GNUNET_DB_STATUS_HARD_ERROR; return; } - lrc->qs = i + 1; lrc->rc (lrc->rc_cls, &coin_pub, &refund_amount); GNUNET_PQ_cleanup_result (rs); /* technically useless here */ } + lrc->qs = num_results; }