keycheck: print denom pub hash

This commit is contained in:
Florian Dold 2019-11-01 13:52:15 +01:00
parent 385b3e77df
commit ea57a95ba3
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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;
}