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: bugnotes, minor fix


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: bugnotes, minor fix
Date: Thu, 05 Sep 2019 10:40:51 +0200

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 8e9ce986 bugnotes, minor fix
8e9ce986 is described below

commit 8e9ce98661ed402ec4e037b4812feec893c151be
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Sep 5 10:40:44 2019 +0200

    bugnotes, minor fix
---
 src/auditor/taler-auditor.c | 1 +
 src/auditor/test-auditor.sh | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index 5a621992..9d4dff83 100644
--- a/src/auditor/taler-auditor.c
+++ b/src/auditor/taler-auditor.c
@@ -1537,6 +1537,7 @@ verify_reserve_balance (void *cls,
   }
 
   /* Check that reserve is being closed if it is past its expiration date */
+  /* FIXME: need to consider closing_fee here! */
   if ( (CLOSING_GRACE_PERIOD.rel_value_us >
         GNUNET_TIME_absolute_get_duration (
           rs->a_expiration_date).rel_value_us) &&
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index aad233c7..7697b4fa 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -754,7 +754,7 @@ then
 fi
 
 LOSS=`jq -er .bad_sig_losses[0].loss < test-audit.json`
-TOTAL_LOSS=`jq -e .total_bad_sig_loss < test-audit.json`
+TOTAL_LOSS=`jq -er .total_bad_sig_loss < test-audit.json`
 if test x$LOSS != x$TOTAL_LOSS
 then
     exit_fail "Loss inconsistent, got $LOSS and $TOTAL_LOSS"

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



reply via email to

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