diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-07-22 20:09:34 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-07-22 20:09:34 +0200 |
commit | 334498a29802b9fa6e03273d81e53a6bb26f5d00 (patch) | |
tree | 6636c0d61c5f8a791a3921fd8909918caaab8c43 | |
parent | 84751de47b862fe13a1477def643f63d0d2d55ac (diff) |
mention bug #
-rw-r--r-- | src/exchange/taler-exchange-httpd_payback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_payback.c b/src/exchange/taler-exchange-httpd_payback.c index df79cea2c..60ce75f48 100644 --- a/src/exchange/taler-exchange-httpd_payback.c +++ b/src/exchange/taler-exchange-httpd_payback.c @@ -247,7 +247,7 @@ payback_transaction (void *cls, reserve / account the money should go */ if (pc->refreshed) { - GNUNET_assert (0); // FIXME: not implemented in DB! + GNUNET_assert (0); // FIXME #5777: not implemented in DB! #if 0 qs = TEH_plugin->get_old_coin_by_h_blind (TEH_plugin->cls, session, |