properly init denom_hash in test

This commit is contained in:
Christian Grothoff 2017-04-17 00:33:16 +02:00
parent f1372eda88
commit 0b3abbd304
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -1138,6 +1138,8 @@ run (void *cls)
GNUNET_assert (NULL != session);
fake_issue (&issue);
dpk.rsa_public_key = coin_pub;
GNUNET_CRYPTO_rsa_public_key_hash (dpk.rsa_public_key,
&issue.properties.denom_hash);
if ( (GNUNET_OK !=
plugin->start (plugin->cls,
session)) ||