diff options
Diffstat (limited to 'src/auditor/taler-wire-auditor.c')
-rw-r--r-- | src/auditor/taler-wire-auditor.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |