From a83aa1f70ec66b468c3498251ea55f3ab89f6b0e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 22 Jul 2019 13:28:48 +0200 Subject: include new payback-refresh possibilities in coin history generation --- src/exchange/taler-exchange-httpd_payback.c | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_payback.c') diff --git a/src/exchange/taler-exchange-httpd_payback.c b/src/exchange/taler-exchange-httpd_payback.c index 232c639e4..2f1a2dde7 100644 --- a/src/exchange/taler-exchange-httpd_payback.c +++ b/src/exchange/taler-exchange-httpd_payback.c @@ -285,26 +285,6 @@ payback_transaction (void *cls, } return qs; } - /* increment reserve balance */ - qs = TEH_plugin->increment_reserve_balance (TEH_plugin->cls, - session, - &pc->reserve_pub, - pc->coin, - pc->coin_sig, - pc->coin_bks, - &pc->amount, - &pc->h_blind, - pc->now); - if (0 > qs) - { - if (GNUNET_DB_STATUS_HARD_ERROR == qs) - { - TALER_LOG_WARNING ("Failed to store /payback information in database\n"); - *mhd_ret = TEH_RESPONSE_reply_internal_db_error (connection, - TALER_EC_PAYBACK_DB_PUT_FAILED); - } - return qs; - } return GNUNET_DB_STATUS_SUCCESS_ONE_RESULT; } -- cgit v1.2.3