gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix assertion


From: gnunet
Subject: [taler-exchange] branch master updated: fix assertion
Date: Sat, 18 Jan 2020 18:17:41 +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 d58af138 fix assertion
d58af138 is described below

commit d58af138874914569a3192e10a7b2d9aaa21dbe5
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jan 18 18:17:38 2020 +0100

    fix assertion
---
 src/auditor/taler-auditor.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index cc526ec8..fb44e87e 100644
--- a/src/auditor/taler-auditor.c
+++ b/src/auditor/taler-auditor.c
@@ -2894,7 +2894,8 @@ check_wire_out_cb
   GNUNET_free (method);
 
   /* Round down to amount supported by wire method */
-  GNUNET_break (TALER_amount_round_down (&final_amount,
+  GNUNET_break (GNUNET_SYSERR !=
+                TALER_amount_round_down (&final_amount,
                                          &currency_round_unit));
 
   /* Calculate the exchange's gain as the fees plus rounding differences! */

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



reply via email to

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