diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_withdraw.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_withdraw.c | 1 |
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 a82a6daa..c07250e3 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); |