summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_withdraw2.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/lib/exchange_api_withdraw2.c
parent22130128663a00760b83789437985711028d169e (diff)
downloadexchange-086cf05794e2936370223c97b35c1909fbc1a2c1.tar.gz
exchange-086cf05794e2936370223c97b35c1909fbc1a2c1.tar.bz2
exchange-086cf05794e2936370223c97b35c1909fbc1a2c1.zip
refactor TALER_coin_ev_hash
Diffstat (limited to 'src/lib/exchange_api_withdraw2.c')
-rw-r--r--src/lib/exchange_api_withdraw2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_withdraw2.c b/src/lib/exchange_api_withdraw2.c
index 5341055bb..c5a3a66ac 100644
--- a/src/lib/exchange_api_withdraw2.c
+++ b/src/lib/exchange_api_withdraw2.c
@@ -438,7 +438,7 @@ TALER_EXCHANGE_withdraw2 (
TALER_amount_hton (&req.amount_with_fee,
&wh->requested_amount);
if (GNUNET_OK != TALER_coin_ev_hash (&pd->blinded_planchet,
- &dk->key,
+ &pd->denom_pub_hash,
&req.h_coin_envelope))
{
GNUNET_break (0);