summaryrefslogtreecommitdiff
path: root/src/exchange-tools
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-11 23:01:49 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-11 23:01:49 +0100
commit357dbc02352d1efa078f50f9405f3ee7890dc735 (patch)
treef597c1ddbf3d3a5181dd6865e06070813fdb529c /src/exchange-tools
parentc25b805f62b3fde9ca2b6e1af94841efb9b43e7c (diff)
downloadexchange-357dbc02352d1efa078f50f9405f3ee7890dc735.tar.gz
exchange-357dbc02352d1efa078f50f9405f3ee7890dc735.tar.bz2
exchange-357dbc02352d1efa078f50f9405f3ee7890dc735.zip
revert bank API change, we will not do this here after all
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 a11ec3f8..f70ff23a 100644
--- a/src/exchange-tools/taler-exchange-keyup.c
+++ b/src/exchange-tools/taler-exchange-keyup.c
@@ -770,7 +770,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;