gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: properly init denom


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: properly init denom_hash in test
Date: Mon, 17 Apr 2017 00:33:22 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 0b3abbd  properly init denom_hash in test
0b3abbd is described below

commit 0b3abbd30487ff1c5e9ce9be5561511fcf760f4f
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Apr 17 00:33:16 2017 +0200

    properly init denom_hash in test
---
 src/exchange/test_taler_exchange_aggregator.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/exchange/test_taler_exchange_aggregator.c 
b/src/exchange/test_taler_exchange_aggregator.c
index 2830a50..d97eb5a 100644
--- 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)) ||

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]