commit bd8d28ef721fcb56813c4e55c5a3c54e1c40852a
parent fc5e1ea5f79b2e975f2ef52f85a6186505fcacfa
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Tue, 28 May 2019 19:39:39 +0200
syntax
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c
@@ -734,8 +734,6 @@ check_payment_sufficient (struct PayContext *pc)
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Subtracting total refunds from paid amount: %s\n",
TALER_amount_to_string (&pc->total_refunded));
-
-
/**
* Deposit fees of *all* the coins are higher than
* the fixed limit that the merchant is willing to
@@ -766,7 +764,7 @@ check_payment_sufficient (struct PayContext *pc)
(GNUNET_OK == TALER_amount_add
(&total_needed,
&total_needed,
- &wire_fee_customer_contribution))
+ &wire_fee_customer_contribution));
/* check if total payment sufficies */
if (-1 == TALER_amount_cmp (&acc_amount,