update bug refs to #5177
This commit is contained in:
parent
8440de1333
commit
53be6c6337
@ -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)
|
||||||
|
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user