commit 6108acb92327c90cbbee8c3a60a92b3a3a05d881
parent d64a1a3d2e1d9293f36a527c74956b1b33a09ca5
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 22 Jun 2015 21:23:01 +0200
link to mantis open issues
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/mint-lib/mint_api_withdraw.c b/src/mint-lib/mint_api_withdraw.c
@@ -135,14 +135,14 @@ handle_withdraw_status_finished (void *cls,
switch (response_code)
{
case MHD_HTTP_OK:
- GNUNET_break (0); // FIXME
+ GNUNET_break (0); // FIXME: #3773
break;
case MHD_HTTP_BAD_REQUEST:
/* This should never happen, either us or the mint is buggy
(or API version conflict); just pass JSON reply to the application */
break;
case MHD_HTTP_FORBIDDEN:
- GNUNET_break (0); // FIXME
+ GNUNET_break (0); // FIXME: #3773
break;
case MHD_HTTP_NOT_FOUND:
/* Nothing really to verify, this should never
@@ -158,7 +158,7 @@ handle_withdraw_status_finished (void *cls,
response_code = 0;
break;
}
- GNUNET_break (0); // FIXME
+ GNUNET_break (0); // FIXME: #3773
wsh->cb (wsh->cb_cls,
response_code,
NULL,
@@ -482,7 +482,7 @@ withdraw_sign_payment_required (struct TALER_MINT_WithdrawSignHandle *wsh,
}
/* FIXME: re-use/share this code with history processing
- on /withdraw/status above! */
+ on /withdraw/status above! -- #3772-#9310 */
/* go over transaction history and compute
total incoming and outgoing amounts */
len = json_array_size (history);
@@ -580,7 +580,7 @@ withdraw_sign_payment_required (struct TALER_MINT_WithdrawSignHandle *wsh,
}
/* FIXME: ought to also check that the same withdraw transaction
- isn't listed twice by the mint... */
+ isn't listed twice by the mint... #3772-9310 */
if (GNUNET_OK !=
TALER_amount_add (&total_out,
&total_out,