keycheck: print denom pub hash
This commit is contained in:
parent
385b3e77df
commit
ea57a95ba3
@ -180,8 +180,9 @@ denomkeys_iter (void *cls,
|
|||||||
alias);
|
alias);
|
||||||
return GNUNET_SYSERR;
|
return GNUNET_SYSERR;
|
||||||
}
|
}
|
||||||
printf ("Denomination key `%s' is valid\n",
|
printf ("Denomination key `%s' (%s) is valid\n",
|
||||||
alias);
|
alias,
|
||||||
|
GNUNET_h2s (&hc));
|
||||||
|
|
||||||
return GNUNET_OK;
|
return GNUNET_OK;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user