summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_withdraw.c
diff options
context:
space:
mode:
authorGian Demarmels <gian@demarmels.org>2022-01-17 15:10:47 +0100
committerGian Demarmels <gian@demarmels.org>2022-02-04 15:37:34 +0100
commit22130128663a00760b83789437985711028d169e (patch)
tree5499fdd8d4450dfcbf5b097460fc05181370dd3f /src/exchange/taler-exchange-httpd_withdraw.c
parentbe50c084f89e8588dd2d4a4aa30c58002053ee31 (diff)
downloadexchange-22130128663a00760b83789437985711028d169e.tar.gz
exchange-22130128663a00760b83789437985711028d169e.tar.bz2
exchange-22130128663a00760b83789437985711028d169e.zip
include denom_pub into coin_ev_hash
Diffstat (limited to 'src/exchange/taler-exchange-httpd_withdraw.c')
-rw-r--r--src/exchange/taler-exchange-httpd_withdraw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_withdraw.c b/src/exchange/taler-exchange-httpd_withdraw.c
index a82a6daa0..c07250e33 100644
--- a/src/exchange/taler-exchange-httpd_withdraw.c
+++ b/src/exchange/taler-exchange-httpd_withdraw.c
@@ -503,6 +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.wsrd.h_coin_envelope))
{
GNUNET_break (0);