mark TODOs for #3887 in exchange-lib
This commit is contained in:
parent
29a2f9b345
commit
dbb2368403
@ -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? */
|
||||
|
@ -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! */
|
||||
|
Loading…
Reference in New Issue
Block a user