diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-04-03 16:49:38 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-04-03 16:49:38 +0200 |
commit | dbb23684031ecb892c931a89006183c741c3fc96 (patch) | |
tree | 5cf7c57b494ef9e8e3e2cc115c8cbc144d378de6 /src/exchange-lib/exchange_api_common.c | |
parent | 29a2f9b345ecd8a6c062b3b3cfa719a8a4ec2a08 (diff) |
mark TODOs for #3887 in exchange-lib
Diffstat (limited to 'src/exchange-lib/exchange_api_common.c')
-rw-r--r-- | src/exchange-lib/exchange_api_common.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/exchange-lib/exchange_api_common.c b/src/exchange-lib/exchange_api_common.c index 743fb4fe2..17cfab92b 100644 --- a/src/exchange-lib/exchange_api_common.c +++ b/src/exchange-lib/exchange_api_common.c @@ -234,6 +234,12 @@ TALER_EXCHANGE_verify_coin_history (const char *currency, well-formendess check). */ add = GNUNET_NO; } + else if (0 == strcasecmp (type, + "PAYBACK")) + { + GNUNET_break (0); /* #3887 */ + + } else { /* signature not supported, new version on server? */ |