From 7d43ad56d3a43cc38b4ca0278145b237ca8e4bbb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 23 Jul 2019 20:27:41 +0200 Subject: implement postges_get_old_coin_by_h_blind for #5777 --- src/exchange/taler-exchange-httpd_payback.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/exchange') diff --git a/src/exchange/taler-exchange-httpd_payback.c b/src/exchange/taler-exchange-httpd_payback.c index 60ce75f48..45f8c2fc8 100644 --- a/src/exchange/taler-exchange-httpd_payback.c +++ b/src/exchange/taler-exchange-httpd_payback.c @@ -247,13 +247,10 @@ payback_transaction (void *cls, reserve / account the money should go */ if (pc->refreshed) { - GNUNET_assert (0); // FIXME #5777: not implemented in DB! -#if 0 qs = TEH_plugin->get_old_coin_by_h_blind (TEH_plugin->cls, session, &pc->h_blind, &pc->target.old_coin_pub); -#endif if (0 > qs) { if (GNUNET_DB_STATUS_HARD_ERROR == qs) -- cgit v1.2.3