summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_refresh_reveal.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-11 14:30:55 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-11 14:30:55 +0100
commit631bc65253e25fa6a3c6b4a11cb06245cee58293 (patch)
treea792f7f45211d157e5859aaecb9e8fa60e7192f1 /src/exchange/taler-exchange-httpd_refresh_reveal.c
parent75240345d025ce448b7248a4ec693261ecf8a203 (diff)
downloadexchange-631bc65253e25fa6a3c6b4a11cb06245cee58293.tar.gz
exchange-631bc65253e25fa6a3c6b4a11cb06245cee58293.tar.bz2
exchange-631bc65253e25fa6a3c6b4a11cb06245cee58293.zip
add logic for privacy policy
Diffstat (limited to 'src/exchange/taler-exchange-httpd_refresh_reveal.c')
-rw-r--r--src/exchange/taler-exchange-httpd_refresh_reveal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchange/taler-exchange-httpd_refresh_reveal.c b/src/exchange/taler-exchange-httpd_refresh_reveal.c
index fb2602c61..97e687ea9 100644
--- a/src/exchange/taler-exchange-httpd_refresh_reveal.c
+++ b/src/exchange/taler-exchange-httpd_refresh_reveal.c
@@ -771,9 +771,9 @@ handle_refresh_reveal_json (struct MHD_Connection *connection,
{
rctx->ev_sigs[i].rsa_signature
= GNUNET_CRYPTO_rsa_sign_blinded (
- rctx->dkis[i]->denom_priv.rsa_private_key,
- rctx->rcds[i].coin_ev,
- rctx->rcds[i].coin_ev_size);
+ rctx->dkis[i]->denom_priv.rsa_private_key,
+ rctx->rcds[i].coin_ev,
+ rctx->rcds[i].coin_ev_size);
if (NULL == rctx->ev_sigs[i].rsa_signature)
{
GNUNET_break (0);