keycheck: print denom pub hash
This commit is contained in:
parent
385b3e77df
commit
ea57a95ba3
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user