gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -remove bogus tests


From: gnunet
Subject: [taler-exchange] branch master updated: -remove bogus tests
Date: Sat, 22 Oct 2022 00:07:05 +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 28969f41 -remove bogus tests
28969f41 is described below

commit 28969f415eccb7791847e3945b8599140902db8b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Oct 22 00:07:00 2022 +0200

    -remove bogus tests
---
 src/lib/exchange_api_common.c        | 21 +++++++++------------
 src/util/taler-exchange-secmod-rsa.c |  1 -
 2 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/src/lib/exchange_api_common.c b/src/lib/exchange_api_common.c
index 3f9c2e38..3041e6e0 100644
--- a/src/lib/exchange_api_common.c
+++ b/src/lib/exchange_api_common.c
@@ -902,19 +902,16 @@ help_deposit (struct CoinHistoryParseContext *pc,
     GNUNET_break_op (0);
     return GNUNET_SYSERR;
   }
-  if (NULL != pc->dk)
+  /* check that deposit fee matches our expectations from /keys! */
+  if ( (GNUNET_YES !=
+        TALER_amount_cmp_currency (&deposit_fee,
+                                   &pc->dk->fees.deposit)) ||
+       (0 !=
+        TALER_amount_cmp (&deposit_fee,
+                          &pc->dk->fees.deposit)) )
   {
-    /* check that deposit fee matches our expectations from /keys! */
-    if ( (GNUNET_YES !=
-          TALER_amount_cmp_currency (&deposit_fee,
-                                     &pc->dk->fees.deposit)) ||
-         (0 !=
-          TALER_amount_cmp (&deposit_fee,
-                            &pc->dk->fees.deposit)) )
-    {
-      GNUNET_break_op (0);
-      return GNUNET_SYSERR;
-    }
+    GNUNET_break_op (0);
+    return GNUNET_SYSERR;
   }
   return GNUNET_YES;
 }
diff --git a/src/util/taler-exchange-secmod-rsa.c 
b/src/util/taler-exchange-secmod-rsa.c
index 819312f6..9cfc14a4 100644
--- a/src/util/taler-exchange-secmod-rsa.c
+++ b/src/util/taler-exchange-secmod-rsa.c
@@ -1630,7 +1630,6 @@ import_key (void *cls,
     GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_WARNING,
                               "open",
                               filename);
-    GNUNET_break (0 == close (fd));
     return GNUNET_OK;
   }
   if (0 != fstat (fd,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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