commit 8c53b1e0c5cec9b62d753c343079fb56803ee14e
parent d33685e1966d1ae32d76a7d8f682435c5cd6e7af
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Thu, 30 May 2019 11:37:08 +0200
debug
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c
@@ -699,6 +699,13 @@ check_payment_sufficient (struct PayContext *pc)
}
}
}
+
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "Amount got by wallet: %s"
+ "\nDeposit fee for all coins: %s\n",
+ TALER_amount_to_string (&acc_amount),
+ TALER_amount_to_string (&acc_fee));
+
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Total wire fee: %s\nMax wire fee: %s\n",
TALER_amount_to_string (&total_wire_fee),