diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_withdraw.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_withdraw.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-httpd_withdraw.c b/src/exchange/taler-exchange-httpd_withdraw.c index 4d662e712..c4c72d6a4 100644 --- a/src/exchange/taler-exchange-httpd_withdraw.c +++ b/src/exchange/taler-exchange-httpd_withdraw.c | |||
@@ -306,8 +306,6 @@ withdraw_transaction (void *cls, | |||
306 | #endif | 306 | #endif |
307 | wc->collectable.denom_pub_hash = wc->denom_pub_hash; | 307 | wc->collectable.denom_pub_hash = wc->denom_pub_hash; |
308 | wc->collectable.amount_with_fee = wc->amount_required; | 308 | wc->collectable.amount_with_fee = wc->amount_required; |
309 | TALER_amount_ntoh (&wc->collectable.withdraw_fee, | ||
310 | &wc->dki->issue.properties.fee_withdraw); | ||
311 | wc->collectable.reserve_pub = wc->wsrd.reserve_pub; | 309 | wc->collectable.reserve_pub = wc->wsrd.reserve_pub; |
312 | wc->collectable.h_coin_envelope = wc->wsrd.h_coin_envelope; | 310 | wc->collectable.h_coin_envelope = wc->wsrd.h_coin_envelope; |
313 | wc->collectable.reserve_sig = wc->signature; | 311 | wc->collectable.reserve_sig = wc->signature; |
@@ -436,8 +434,6 @@ TEH_handler_withdraw (const struct TEH_RequestHandler *rh, | |||
436 | } | 434 | } |
437 | TALER_amount_hton (&wc.wsrd.amount_with_fee, | 435 | TALER_amount_hton (&wc.wsrd.amount_with_fee, |
438 | &wc.amount_required); | 436 | &wc.amount_required); |
439 | TALER_amount_hton (&wc.wsrd.withdraw_fee, | ||
440 | &fee_withdraw); | ||
441 | } | 437 | } |
442 | 438 | ||
443 | /* verify signature! */ | 439 | /* verify signature! */ |