summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-11-12 15:51:53 +0100
committerChristian Grothoff <christian@grothoff.org>2017-11-12 15:51:53 +0100
commit53be6c633793297c9fae2004fb5ca0c52edd0c33 (patch)
tree683fd1c9bc669ae4465015c63471cd81ec8b086b /src/auditor
parent8440de13339a3b38d9efa18b69df409e45cde625 (diff)
downloadexchange-53be6c633793297c9fae2004fb5ca0c52edd0c33.tar.gz
exchange-53be6c633793297c9fae2004fb5ca0c52edd0c33.tar.bz2
exchange-53be6c633793297c9fae2004fb5ca0c52edd0c33.zip
update bug refs to #5177
Diffstat (limited to 'src/auditor')
-rw-r--r--src/auditor/taler-auditor.c2
-rw-r--r--src/auditor/taler-wire-auditor.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index faaf55193..7016dc701 100644
--- a/src/auditor/taler-auditor.c
+++ b/src/auditor/taler-auditor.c
@@ -2303,7 +2303,7 @@ get_wire_fee (struct AggregationContext *ac,
pos->prev,
wfi);
/* Check non-overlaping fee invariant */
- /* TODO (#4963): maybe report problems more nicely? */
+ /* TODO (#5177): report problems more nicely? */
if (NULL != wfi->prev)
GNUNET_break (wfi->prev->end_date.abs_value_us <= wfi->start_date.abs_value_us);
if (NULL != wfi->next)
diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c
index 9c7399025..beb35c26f 100644
--- a/src/auditor/taler-wire-auditor.c
+++ b/src/auditor/taler-wire-auditor.c
@@ -756,7 +756,7 @@ history_debit_cb (void *cls,
"amount", TALER_JSON_from_amount (&details->amount),
"wire_offset_hash", GNUNET_JSON_from_data_auto (&rowh),
"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! */
/* TODO: add 'amount' to some total amount that was badly wired! */
GNUNET_free (diagnostic);
@@ -791,7 +791,7 @@ history_debit_cb (void *cls,
"amount", TALER_JSON_from_amount (&details->amount),
"wire_offset_hash", GNUNET_JSON_from_data_auto (&rowh),
"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! */
/* TODO: add 'amount' to some total amount that was badly wired! */
GNUNET_free (diagnostic);