summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-26 15:02:41 +0200
committerChristian Grothoff <christian@grothoff.org>2016-09-26 15:02:41 +0200
commitfff82994e2815a8d8dd27ec80ac51b87e5d30fe8 (patch)
treef566583fb261fc879c0cba5e4ee4d4bd63684562
parent853e85762c3aa8579f297755d007236662676bda (diff)
downloadmerchant-fff82994e2815a8d8dd27ec80ac51b87e5d30fe8.tar.gz
merchant-fff82994e2815a8d8dd27ec80ac51b87e5d30fe8.tar.bz2
merchant-fff82994e2815a8d8dd27ec80ac51b87e5d30fe8.zip
adapt to API change in the context of #4578
-rw-r--r--src/backend/taler-merchant-httpd_track-transaction.c2
1 files 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
index 1dd5bcb8..f36c6908 100644
--- 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)