From dbb23684031ecb892c931a89006183c741c3fc96 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 3 Apr 2017 16:49:38 +0200 Subject: mark TODOs for #3887 in exchange-lib --- src/exchange-lib/exchange_api_reserve.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/exchange-lib/exchange_api_reserve.c') diff --git a/src/exchange-lib/exchange_api_reserve.c b/src/exchange-lib/exchange_api_reserve.c index 28f329c4..900b6462 100644 --- a/src/exchange-lib/exchange_api_reserve.c +++ b/src/exchange-lib/exchange_api_reserve.c @@ -256,6 +256,18 @@ parse_reserve_history (const json_t *history, } /* end type==WITHDRAW */ } + else if (0 == strcasecmp (type, + "PAYBACK")) + { + GNUNET_break (0); /* #3887 */ + /* end type==PAYBACK */ + } + else if (0 == strcasecmp (type, + "CLOSING")) + { + GNUNET_break (0); /* #3887 / #4956 */ + /* end type==CLOSING */ + } else { /* unexpected 'type', protocol incompatibility, complain! */ -- cgit v1.2.3