summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-09 21:40:12 +0200
committerChristian Grothoff <christian@grothoff.org>2016-06-09 21:40:12 +0200
commitdd7026e6f0c67ca9ecd49d5755faf9f176ae3f59 (patch)
treebbefda9c94a2cb8a2f4a3981ffb31cf912ca3cc1 /src/include
parent7046337c78d9bcebe3c0c8a9ce7e7131df707962 (diff)
downloadmerchant-dd7026e6f0c67ca9ecd49d5755faf9f176ae3f59.tar.gz
merchant-dd7026e6f0c67ca9ecd49d5755faf9f176ae3f59.tar.bz2
merchant-dd7026e6f0c67ca9ecd49d5755faf9f176ae3f59.zip
exchange URI should not need to be passed when tracking transaction
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_merchant_service.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 7aa91125..51293744 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -393,8 +393,7 @@ typedef void
*
* @param ctx execution context
* @param backend_uri base URI of the backend
- * @param wtid base32 string indicating a wtid
- * @param exchange base URL of the exchange in charge of returning the wanted information
+ * @param transaction_id which transaction should we trace
* @param track_transaction_cb the callback to call when a reply for this request is available
* @param track_transaction_cb_cls closure for @a track_transaction_cb
* @return a handle for this request
@@ -403,7 +402,6 @@ struct TALER_MERCHANT_TrackTransactionHandle *
TALER_MERCHANT_track_transaction (struct GNUNET_CURL_Context *ctx,
const char *backend_uri,
uint64_t transaction_id,
- const char *exchange_uri,
TALER_MERCHANT_TrackTransactionCallback track_transaction_cb,
void *track_transaction_cb_cls);