summaryrefslogtreecommitdiff
path: root/src/exchange-tools
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-23 10:48:05 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-23 10:48:05 +0100
commita2a5f429159a5be2a453dcc7dacf30e7c0f9e963 (patch)
treed056233d3b81b6baf4c05b4573568eab99b8fbf4 /src/exchange-tools
parent161b801fd691e0db697f2228dd96c87f71d01f40 (diff)
downloadexchange-a2a5f429159a5be2a453dcc7dacf30e7c0f9e963.tar.gz
exchange-a2a5f429159a5be2a453dcc7dacf30e7c0f9e963.tar.bz2
exchange-a2a5f429159a5be2a453dcc7dacf30e7c0f9e963.zip
start with libtalermhd
Diffstat (limited to 'src/exchange-tools')
-rw-r--r--src/exchange-tools/taler-exchange-keyup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-tools/taler-exchange-keyup.c b/src/exchange-tools/taler-exchange-keyup.c
index d974ec46..e6e3db0d 100644
--- a/src/exchange-tools/taler-exchange-keyup.c
+++ b/src/exchange-tools/taler-exchange-keyup.c
@@ -765,7 +765,7 @@ create_denomkey_issue (const struct CoinTypeParams *params,
GNUNET_assert (NULL != dki->denom_priv.rsa_private_key);
dki->denom_pub.rsa_public_key
= GNUNET_CRYPTO_rsa_private_key_get_public (
- dki->denom_priv.rsa_private_key);
+ dki->denom_priv.rsa_private_key);
GNUNET_CRYPTO_rsa_public_key_hash (dki->denom_pub.rsa_public_key,
&dki->issue.properties.denom_hash);
dki->issue.properties.master = master_public_key;