commit fff82994e2815a8d8dd27ec80ac51b87e5d30fe8
parent 853e85762c3aa8579f297755d007236662676bda
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 26 Sep 2016 15:02:41 +0200
adapt to API change in the context of #4578
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_track-transaction.c b/src/backend/taler-merchant-httpd_track-transaction.c
@@ -329,6 +329,7 @@ trace_coins (struct TrackTransactionContext *tctx);
* @param exchange_pub public key of the exchange used for signing
* @param json original json reply (may include signatures, those have then been
* validated already)
+ * @param execution_time time when the exchange claims to have performed the wire transfer
* @param wtid extracted wire transfer identifier, or NULL if the exchange could
* not provide any (set only if @a http_status is #MHD_HTTP_OK)
* @param total_amount total amount of the wire transfer, or NULL if the exchange could
@@ -342,6 +343,7 @@ wire_deposits_cb (void *cls,
const struct TALER_ExchangePublicKeyP *exchange_pub,
const json_t *json,
const struct GNUNET_HashCode *h_wire,
+ struct GNUNET_TIME_Absolute execution_time,
const struct TALER_Amount *total_amount,
unsigned int details_length,
const struct TALER_TrackTransferDetails *details)