summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_deposit.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-05-23 20:46:51 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-05-23 20:46:51 +0200
commit67dd3171d01b36e7648061c22bdcfdf7c5028c3e (patch)
treee0ca1544e61022c691c2bb0942bd366e79be6b5a /src/lib/exchange_api_deposit.c
parent5f6d706422048710c603aa0e3877417d99cae19f (diff)
downloadexchange-67dd3171d01b36e7648061c22bdcfdf7c5028c3e.tar.gz
exchange-67dd3171d01b36e7648061c22bdcfdf7c5028c3e.tar.bz2
exchange-67dd3171d01b36e7648061c22bdcfdf7c5028c3e.zip
using legal lib names
Diffstat (limited to 'src/lib/exchange_api_deposit.c')
-rw-r--r--src/lib/exchange_api_deposit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exchange_api_deposit.c b/src/lib/exchange_api_deposit.c
index c5fdd7bd4..06cb0d143 100644
--- a/src/lib/exchange_api_deposit.c
+++ b/src/lib/exchange_api_deposit.c
@@ -583,7 +583,7 @@ TALER_EXCHANGE_deposit (struct TALER_EXCHANGE_Handle *exchange,
eh = TEL_curl_easy_get (dh->url);
if (GNUNET_OK !=
- TEAH_curl_easy_post (&dh->ctx,
+ TALER_curl_easy_post (&dh->ctx,
eh,
deposit_obj))
{
@@ -623,7 +623,7 @@ TALER_EXCHANGE_deposit_cancel (struct TALER_EXCHANGE_DepositHandle *deposit)
deposit->job = NULL;
}
GNUNET_free (deposit->url);
- TEAH_curl_easy_post_finished (&deposit->ctx);
+ TALER_curl_easy_post_finished (&deposit->ctx);
GNUNET_free (deposit);
}