summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-23 20:27:41 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-23 20:27:48 +0200
commit7d43ad56d3a43cc38b4ca0278145b237ca8e4bbb (patch)
tree2f8bbd08a1669e5aacbfaa28bfad8f8d970c7654 /src/exchange
parent334498a29802b9fa6e03273d81e53a6bb26f5d00 (diff)
downloadexchange-7d43ad56d3a43cc38b4ca0278145b237ca8e4bbb.tar.gz
exchange-7d43ad56d3a43cc38b4ca0278145b237ca8e4bbb.tar.bz2
exchange-7d43ad56d3a43cc38b4ca0278145b237ca8e4bbb.zip
implement postges_get_old_coin_by_h_blind for #5777
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd_payback.c3
1 files changed, 0 insertions, 3 deletions
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)