gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 30/130: -fix warning


From: gnunet
Subject: [taler-exchange] 30/130: -fix warning
Date: Wed, 17 Nov 2021 12:24:38 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 4bfa68efee3d5f77522e94403c263030b46fcc05
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Oct 27 13:44:41 2021 +0200

    -fix warning
---
 src/exchange-tools/taler-exchange-offline.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange-tools/taler-exchange-offline.c 
b/src/exchange-tools/taler-exchange-offline.c
index 01661eac..00c44da8 100644
--- a/src/exchange-tools/taler-exchange-offline.c
+++ b/src/exchange-tools/taler-exchange-offline.c
@@ -2669,7 +2669,7 @@ show_denomkeys (const struct 
TALER_SecurityModulePublicKeyP *secm_pub,
     {
       GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                   "Invalid security module signature for denomination key %s 
(aborting)\n",
-                  GNUNET_h2s (&h_denom_pub));
+                  GNUNET_h2s (&h_denom_pub.hash));
       global_ret = EXIT_FAILURE;
       test_shutdown ();
       return GNUNET_SYSERR;
@@ -3088,7 +3088,7 @@ sign_denomkeys (const struct 
TALER_SecurityModulePublicKeyP *secm_pub,
     {
       GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                   "Invalid security module signature for denomination key %s 
(aborting)\n",
-                  GNUNET_h2s (&h_denom_pub));
+                  GNUNET_h2s (&h_denom_pub.hash));
       global_ret = EXIT_FAILURE;
       test_shutdown ();
       GNUNET_JSON_parse_free (spec);

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