gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: keycheck: print denom pub hash


From: gnunet
Subject: [taler-exchange] branch master updated: keycheck: print denom pub hash
Date: Fri, 01 Nov 2019 13:52:18 +0100

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 ea57a95b keycheck: print denom pub hash
ea57a95b is described below

commit ea57a95ba3052bf0d2f98a0aa53e99d636be7ce2
Author: Florian Dold <address@hidden>
AuthorDate: Fri Nov 1 13:52:15 2019 +0100

    keycheck: print denom pub hash
---
 src/exchange-tools/taler-exchange-keycheck.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/exchange-tools/taler-exchange-keycheck.c 
b/src/exchange-tools/taler-exchange-keycheck.c
index e91ab34f..2c2ebcf9 100644
--- a/src/exchange-tools/taler-exchange-keycheck.c
+++ b/src/exchange-tools/taler-exchange-keycheck.c
@@ -180,8 +180,9 @@ denomkeys_iter (void *cls,
              alias);
     return GNUNET_SYSERR;
   }
-  printf ("Denomination key `%s' is valid\n",
-          alias);
+  printf ("Denomination key `%s' (%s) is valid\n",
+          alias,
+          GNUNET_h2s (&hc));
 
   return GNUNET_OK;
 }

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



reply via email to

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