exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 1f7238fe7dbeb7a218b2a0bfaf26aa443b309681
parent f934a81d49274938a19f3db1b0829647133eb1fc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 17 Apr 2020 18:14:57 +0200

fix #6187

Diffstat:
Msrc/exchange/taler-exchange-httpd_deposit.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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);