exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 0b3abbd30487ff1c5e9ce9be5561511fcf760f4f
parent f1372eda882d009adbfeb74705ff910a459adb2f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 17 Apr 2017 00:33:16 +0200

properly init denom_hash in test

Diffstat:
Msrc/exchange/test_taler_exchange_aggregator.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/exchange/test_taler_exchange_aggregator.c b/src/exchange/test_taler_exchange_aggregator.c @@ -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)) ||