update bug refs to #5177

This commit is contained in:
Christian Grothoff 2017-11-12 15:51:53 +01:00
parent 8440de1333
commit 53be6c6337
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 3 additions and 3 deletions

View File

@ -2303,7 +2303,7 @@ get_wire_fee (struct AggregationContext *ac,
pos->prev, pos->prev,
wfi); wfi);
/* Check non-overlaping fee invariant */ /* Check non-overlaping fee invariant */
/* TODO (#4963): maybe report problems more nicely? */ /* TODO (#5177): report problems more nicely? */
if (NULL != wfi->prev) if (NULL != wfi->prev)
GNUNET_break (wfi->prev->end_date.abs_value_us <= wfi->start_date.abs_value_us); GNUNET_break (wfi->prev->end_date.abs_value_us <= wfi->start_date.abs_value_us);
if (NULL != wfi->next) if (NULL != wfi->next)

View File

@ -756,7 +756,7 @@ history_debit_cb (void *cls,
"amount", TALER_JSON_from_amount (&details->amount), "amount", TALER_JSON_from_amount (&details->amount),
"wire_offset_hash", GNUNET_JSON_from_data_auto (&rowh), "wire_offset_hash", GNUNET_JSON_from_data_auto (&rowh),
"diagnostic", diagnostic)); "diagnostic", diagnostic));
/* TODO: report generator currently ignores 'amount' for this /* TODO (#5177): report generator currently ignores 'amount' for this
table, maybe use a different table to report this issue! */ table, maybe use a different table to report this issue! */
/* TODO: add 'amount' to some total amount that was badly wired! */ /* TODO: add 'amount' to some total amount that was badly wired! */
GNUNET_free (diagnostic); GNUNET_free (diagnostic);
@ -791,7 +791,7 @@ history_debit_cb (void *cls,
"amount", TALER_JSON_from_amount (&details->amount), "amount", TALER_JSON_from_amount (&details->amount),
"wire_offset_hash", GNUNET_JSON_from_data_auto (&rowh), "wire_offset_hash", GNUNET_JSON_from_data_auto (&rowh),
"diagnostic", diagnostic)); "diagnostic", diagnostic));
/* TODO: report generator currently ignores 'amount' for this /* TODO (#5177): report generator currently ignores 'amount' for this
table, maybe use a different table to report this issue! */ table, maybe use a different table to report this issue! */
/* TODO: add 'amount' to some total amount that was badly wired! */ /* TODO: add 'amount' to some total amount that was badly wired! */
GNUNET_free (diagnostic); GNUNET_free (diagnostic);