exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 3dd913ec74d0c5b61581a5ad093f8ecf8cf697aa
parent c241694ccb6de36971a27f144433521f30f92fa3
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon,  3 Jun 2019 11:06:11 +0200

put fixme for #5746.

Diffstat:
Msrc/wire-plugins/plugin_wire_taler-bank.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/wire-plugins/plugin_wire_taler-bank.c b/src/wire-plugins/plugin_wire_taler-bank.c @@ -1166,6 +1166,8 @@ taler_bank_get_history_range TALER_WIRE_HistoryResultCallback hres_cb, void *hres_cb_cls) { + + /* FIXME: remove the following lines when addressing #5746*/ GNUNET_break (0); return NULL;