summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_refresh.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-14 22:05:08 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-14 22:05:08 +0200
commit8a4043248893a7c7cb3b896a0ed24d7611796c98 (patch)
tree6f906dc1b8006c1b4a8a5e188962e909cf1c5d6b /src/mint/taler-mint-httpd_refresh.c
parente34d340caeb2d115a9113ddd6e1067355e2e099d (diff)
downloadexchange-8a4043248893a7c7cb3b896a0ed24d7611796c98.tar.gz
exchange-8a4043248893a7c7cb3b896a0ed24d7611796c98.tar.bz2
exchange-8a4043248893a7c7cb3b896a0ed24d7611796c98.zip
fix offset: do not add off for the index into the keys from the client
Diffstat (limited to 'src/mint/taler-mint-httpd_refresh.c')
-rw-r--r--src/mint/taler-mint-httpd_refresh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd_refresh.c b/src/mint/taler-mint-httpd_refresh.c
index 16fe3557f..f5bfb3c8b 100644
--- a/src/mint/taler-mint-httpd_refresh.c
+++ b/src/mint/taler-mint-httpd_refresh.c
@@ -505,6 +505,7 @@ handle_refresh_melt_json (struct MHD_Connection *connection,
num_newcoins);
return (GNUNET_SYSERR == res) ? MHD_NO : MHD_YES;
}
+
GNUNET_CRYPTO_hash_context_read (hash_context,
rcc->coin_ev,
rcc->coin_ev_size);