summaryrefslogtreecommitdiff
path: root/src/exchange-lib/exchange_api_track_transaction.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-25 14:40:03 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-25 14:40:03 +0100
commit5052698cbc6692c922e75081af12ad24bf8c3e69 (patch)
tree5564379f336afa2ec6a1656d1c26de98e6475fe4 /src/exchange-lib/exchange_api_track_transaction.c
parent55015a23328f7f1eac8002beb04665073a9e93c9 (diff)
downloadexchange-5052698cbc6692c922e75081af12ad24bf8c3e69.tar.gz
exchange-5052698cbc6692c922e75081af12ad24bf8c3e69.tar.bz2
exchange-5052698cbc6692c922e75081af12ad24bf8c3e69.zip
getting test_auditor_api to pass
Diffstat (limited to 'src/exchange-lib/exchange_api_track_transaction.c')
-rw-r--r--src/exchange-lib/exchange_api_track_transaction.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchange-lib/exchange_api_track_transaction.c b/src/exchange-lib/exchange_api_track_transaction.c
index 0d9f97ee4..d61344e59 100644
--- a/src/exchange-lib/exchange_api_track_transaction.c
+++ b/src/exchange-lib/exchange_api_track_transaction.c
@@ -279,7 +279,7 @@ TALER_EXCHANGE_track_transaction (struct TALER_EXCHANGE_Handle *exchange,
CURL *eh;
if (GNUNET_YES !=
- MAH_handle_is_ready (exchange))
+ TEAH_handle_is_ready (exchange))
{
GNUNET_break (0);
return NULL;
@@ -314,7 +314,7 @@ TALER_EXCHANGE_track_transaction (struct TALER_EXCHANGE_Handle *exchange,
dwh->exchange = exchange;
dwh->cb = cb;
dwh->cb_cls = cb_cls;
- dwh->url = MAH_path_to_url (exchange, "/track/transaction");
+ dwh->url = TEAH_path_to_url (exchange, "/track/transaction");
dwh->depconf.purpose.size = htonl (sizeof (struct TALER_ConfirmWirePS));
dwh->depconf.purpose.purpose = htonl (TALER_SIGNATURE_EXCHANGE_CONFIRM_WIRE);
dwh->depconf.h_wire = *h_wire;
@@ -334,7 +334,7 @@ TALER_EXCHANGE_track_transaction (struct TALER_EXCHANGE_Handle *exchange,
curl_easy_setopt (eh,
CURLOPT_POSTFIELDSIZE,
strlen (dwh->json_enc)));
- ctx = MAH_handle_to_context (exchange);
+ ctx = TEAH_handle_to_context (exchange);
dwh->job = GNUNET_CURL_job_add (ctx,
eh,
GNUNET_YES,