From 4bfa68efee3d5f77522e94403c263030b46fcc05 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 27 Oct 2021 13:44:41 +0200 Subject: -fix warning --- src/exchange-tools/taler-exchange-offline.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchange-tools') diff --git a/src/exchange-tools/taler-exchange-offline.c b/src/exchange-tools/taler-exchange-offline.c index 01661eac7..00c44da84 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); -- cgit v1.2.3