summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_withdraw.c
diff options
context:
space:
mode:
authorGian Demarmels <gian@demarmels.org>2022-01-17 19:36:19 +0100
committerGian Demarmels <gian@demarmels.org>2022-02-04 15:37:34 +0100
commit086cf05794e2936370223c97b35c1909fbc1a2c1 (patch)
tree93f247e39b4bf020f99f44fd02da1284a49c8dff /src/exchange/taler-exchange-httpd_withdraw.c
parent22130128663a00760b83789437985711028d169e (diff)
downloadexchange-086cf05794e2936370223c97b35c1909fbc1a2c1.tar.gz
exchange-086cf05794e2936370223c97b35c1909fbc1a2c1.tar.bz2
exchange-086cf05794e2936370223c97b35c1909fbc1a2c1.zip
refactor TALER_coin_ev_hash
Diffstat (limited to 'src/exchange/taler-exchange-httpd_withdraw.c')
-rw-r--r--src/exchange/taler-exchange-httpd_withdraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_withdraw.c b/src/exchange/taler-exchange-httpd_withdraw.c
index c07250e33..aab1cafdd 100644
--- a/src/exchange/taler-exchange-httpd_withdraw.c
+++ b/src/exchange/taler-exchange-httpd_withdraw.c
@@ -503,7 +503,7 @@ TEH_handler_withdraw (struct TEH_RequestContext *rc,
wc.wsrd.h_denomination_pub
= wc.collectable.denom_pub_hash;
if (GNUNET_OK != TALER_coin_ev_hash (&wc.blinded_planchet,
- &dk->denom_pub,
+ &wc.collectable.denom_pub_hash,
&wc.wsrd.h_coin_envelope))
{
GNUNET_break (0);