gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: update bug refs to


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: update bug refs to #5177
Date: Sun, 12 Nov 2017 15:52:01 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 53be6c6  update bug refs to #5177
53be6c6 is described below

commit 53be6c633793297c9fae2004fb5ca0c52edd0c33
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Nov 12 15:51:53 2017 +0100

    update bug refs to #5177
---
 src/auditor/taler-auditor.c      | 2 +-
 src/auditor/taler-wire-auditor.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index faaf551..7016dc7 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 9c73990..beb35c2 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);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]