commit f7aeef26afe5162e27631ca34d74704804c96a87
parent 286d2380bab079583bb376f7303e5e304ce08169
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Thu, 4 May 2017 13:47:46 +0200
cosmetics
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c
@@ -795,6 +795,7 @@ process_pay_with_exchange (void *cls,
"Timing for this payment, wire_deadline: %llu, refund_deadline: %llu\n",
(unsigned long long) pc->wire_transfer_deadline.abs_value_us,
(unsigned long long) pc->refund_deadline.abs_value_us);
+
dc->dh = TALER_EXCHANGE_deposit (mh,
&dc->amount_with_fee,
pc->wire_transfer_deadline,
diff --git a/src/backend/taler-merchant-httpd_proposal.c b/src/backend/taler-merchant-httpd_proposal.c
@@ -183,8 +183,7 @@ proposal_put (struct MHD_Connection *connection,
json_string (buf));
}
- if (NULL == json_object_get (order,
- "timestamp"))
+ if (NULL == json_object_get (order, "timestamp"))
{
struct GNUNET_TIME_Absolute now = GNUNET_TIME_absolute_get ();