summaryrefslogtreecommitdiff
path: root/src/exchange-lib/exchange_api_refresh_link.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_refresh_link.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_refresh_link.c')
-rw-r--r--src/exchange-lib/exchange_api_refresh_link.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchange-lib/exchange_api_refresh_link.c b/src/exchange-lib/exchange_api_refresh_link.c
index 545c96a7c..796608db5 100644
--- a/src/exchange-lib/exchange_api_refresh_link.c
+++ b/src/exchange-lib/exchange_api_refresh_link.c
@@ -387,7 +387,7 @@ TALER_EXCHANGE_refresh_link (struct TALER_EXCHANGE_Handle *exchange,
char *arg_str;
if (GNUNET_YES !=
- MAH_handle_is_ready (exchange))
+ TEAH_handle_is_ready (exchange))
{
GNUNET_break (0);
return NULL;
@@ -407,12 +407,12 @@ TALER_EXCHANGE_refresh_link (struct TALER_EXCHANGE_Handle *exchange,
rlh->link_cb = link_cb;
rlh->link_cb_cls = link_cb_cls;
rlh->coin_priv = *coin_priv;
- rlh->url = MAH_path_to_url (exchange, arg_str);
+ rlh->url = TEAH_path_to_url (exchange, arg_str);
GNUNET_free (arg_str);
eh = TEL_curl_easy_get (rlh->url);
- ctx = MAH_handle_to_context (exchange);
+ ctx = TEAH_handle_to_context (exchange);
rlh->job = GNUNET_CURL_job_add (ctx,
eh,
GNUNET_YES,