diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-04-17 18:14:57 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-04-17 18:14:57 +0200 |
commit | 1f7238fe7dbeb7a218b2a0bfaf26aa443b309681 (patch) | |
tree | 3a8ae3df0c64d9b5af154e7df55d40c6020b1630 /src | |
parent | f934a81d49274938a19f3db1b0829647133eb1fc (diff) |
fix #6187
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-httpd_deposit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_deposit.c b/src/exchange/taler-exchange-httpd_deposit.c index ad5b82866..3f895857b 100644 --- a/src/exchange/taler-exchange-httpd_deposit.c +++ b/src/exchange/taler-exchange-httpd_deposit.c @@ -452,8 +452,6 @@ TEH_handler_deposit (struct MHD_Connection *connection, TALER_EC_DEPOSIT_DENOMINATION_SIGNATURE_INVALID, "ub_sig"); } - TALER_amount_ntoh (&deposit.deposit_fee, - &dki->issue.properties.fee_deposit); TALER_amount_ntoh (&dc.value, &dki->issue.properties.value); TEH_KS_release (key_state); |