diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-01 19:22:32 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-05 16:34:59 +0200 |
commit | 5ac448738dfe213bf27d89abe253455ce0a38acf (patch) | |
tree | c9d26a336cb16e306e96c5fa27572db39c51471b /src/lib/exchange_api_withdraw2.c | |
parent | 9d3336f8f7eca7210ed76d9f2bbdfa185cdce009 (diff) | |
download | exchange-5ac448738dfe213bf27d89abe253455ce0a38acf.tar.gz exchange-5ac448738dfe213bf27d89abe253455ce0a38acf.tar.bz2 exchange-5ac448738dfe213bf27d89abe253455ce0a38acf.zip |
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); |