summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_tip-reserve-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_tip-reserve-helper.c')
-rw-r--r--src/backend/taler-merchant-httpd_tip-reserve-helper.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/backend/taler-merchant-httpd_tip-reserve-helper.c b/src/backend/taler-merchant-httpd_tip-reserve-helper.c
index c9ef0b79..43c10ad7 100644
--- a/src/backend/taler-merchant-httpd_tip-reserve-helper.c
+++ b/src/backend/taler-merchant-httpd_tip-reserve-helper.c
@@ -304,10 +304,10 @@ exchange_cont (void *cls,
= keys->reserve_closing_delay;
GNUNET_CRYPTO_eddsa_key_get_public (&ctr->reserve_priv.eddsa_priv,
&reserve_pub.eddsa_pub);
- ctr->rsh = TALER_EXCHANGE_reserve_status (eh,
- &reserve_pub,
- &handle_status,
- ctr);
+ ctr->rsh = TALER_EXCHANGE_reserves_get (eh,
+ &reserve_pub,
+ &handle_status,
+ ctr);
}
@@ -356,7 +356,7 @@ TMH_check_tip_reserve_cleanup (struct CheckTipReserve *ctr)
{
if (NULL != ctr->rsh)
{
- TALER_EXCHANGE_reserve_status_cancel (ctr->rsh);
+ TALER_EXCHANGE_reserves_get_cancel (ctr->rsh);
ctr->rsh = NULL;
}
if (NULL != ctr->fo)