diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-01 19:22:32 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-05-01 19:22:32 +0200 |
commit | e9c62a69dc1bf591716c143d5594ef9c24307fbb (patch) | |
tree | 35b13bd4e1d861c62c99f9b32dc812420eb00c1a /src/lib/exchange_api_withdraw2.c | |
parent | e72d9f8bb9eef79cbff4b4a6189b769a6fa81f3b (diff) |
fix status code
Diffstat (limited to 'src/lib/exchange_api_withdraw2.c')
-rw-r--r-- | src/lib/exchange_api_withdraw2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/exchange_api_withdraw2.c b/src/lib/exchange_api_withdraw2.c index f9468927..25f66914 100644 --- a/src/lib/exchange_api_withdraw2.c +++ b/src/lib/exchange_api_withdraw2.c @@ -429,8 +429,6 @@ TALER_EXCHANGE_withdraw2 ( TALER_amount_hton (&req.amount_with_fee, &wh->requested_amount); - TALER_amount_hton (&req.withdraw_fee, - &dk->fee_withdraw); GNUNET_CRYPTO_hash (pd->coin_ev, pd->coin_ev_size, &req.h_coin_envelope); |