summaryrefslogtreecommitdiff
path: root/src/exchangedb/perf_taler_exchangedb_init.c
diff options
context:
space:
mode:
authorJeff Burdges <burdges@gnunet.org>2016-03-21 15:19:04 +0100
committerJeff Burdges <burdges@gnunet.org>2016-03-21 15:19:04 +0100
commit130957f69d5dd37f9f58d9b3ec52c7b635901b70 (patch)
tree92d38e34ecde40deaa3e07eb20a7c158885ed34a /src/exchangedb/perf_taler_exchangedb_init.c
parent553d6eb23e3ac1001dd6c4e0523cddb88bc5e723 (diff)
downloadexchange-130957f69d5dd37f9f58d9b3ec52c7b635901b70.tar.gz
exchange-130957f69d5dd37f9f58d9b3ec52c7b635901b70.tar.bz2
exchange-130957f69d5dd37f9f58d9b3ec52c7b635901b70.zip
Note two errors in the tests suit
Diffstat (limited to 'src/exchangedb/perf_taler_exchangedb_init.c')
-rw-r--r--src/exchangedb/perf_taler_exchangedb_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/perf_taler_exchangedb_init.c b/src/exchangedb/perf_taler_exchangedb_init.c
index 2c2989bd5..8036d8597 100644
--- a/src/exchangedb/perf_taler_exchangedb_init.c
+++ b/src/exchangedb/perf_taler_exchangedb_init.c
@@ -350,6 +350,7 @@ PERF_TALER_EXCHANGEDB_coin_init (
&coin->public_info.coin_pub.eddsa_pub);
coin->public_info.denom_pub.rsa_public_key =
GNUNET_CRYPTO_rsa_public_key_dup (dki->denom_pub.rsa_public_key);
+ // This is broken at the moment because it needs to be a hash of a coin public key.
coin->public_info.denom_sig.rsa_signature =
GNUNET_CRYPTO_rsa_sign_fdh (dki->denom_priv.rsa_private_key,
&coin->public_info.coin_pub,