gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: adapt to GNUnet API change


From: gnunet
Subject: [taler-exchange] branch master updated: adapt to GNUnet API change
Date: Wed, 12 Aug 2020 09:41:46 +0200

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new d4404cec adapt to GNUnet API change
d4404cec is described below

commit d4404cec14e632d94a4b3eca8b889c0c81f30b96
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Wed Aug 12 13:11:41 2020 +0530

    adapt to GNUnet API change
---
 src/auditor/report-lib.c                  | 2 +-
 src/exchange-tools/taler-exchange-keyup.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c
index f946de52..48483bde 100644
--- a/src/auditor/report-lib.c
+++ b/src/auditor/report-lib.c
@@ -656,7 +656,7 @@ TALER_ARL_init (const struct GNUNET_CONFIGURATION_Handle *c)
 {
   TALER_ARL_cfg = c;
   start_time = GNUNET_TIME_absolute_get ();
-  if (0 == GNUNET_is_zero (&TALER_ARL_master_pub))
+  if (GNUNET_YES == GNUNET_is_zero (&TALER_ARL_master_pub))
   {
     /* -m option not given, try configuration */
     char *TALER_ARL_master_public_key_str;
diff --git a/src/exchange-tools/taler-exchange-keyup.c 
b/src/exchange-tools/taler-exchange-keyup.c
index d72c2d35..27a5f3cc 100644
--- a/src/exchange-tools/taler-exchange-keyup.c
+++ b/src/exchange-tools/taler-exchange-keyup.c
@@ -1386,7 +1386,7 @@ run (void *cls,
 
 
   /* finally, do actual work */
-  if (0 != GNUNET_is_zero (&revoke_dkh))
+  if (GNUNET_NO == GNUNET_is_zero (&revoke_dkh))
   {
     if (GNUNET_OK != revoke_denomination (&revoke_dkh))
     {

-- 
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]