From de9ab28ab9e55597baf2ca32194ec65b441f0f36 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 27 Feb 2020 23:46:53 +0100 Subject: rename fest, make symbols better match new endpoint names --- src/testing/testing_api_cmd_status.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/testing/testing_api_cmd_status.c') diff --git a/src/testing/testing_api_cmd_status.c b/src/testing/testing_api_cmd_status.c index 690a5b9c..bb132645 100644 --- a/src/testing/testing_api_cmd_status.c +++ b/src/testing/testing_api_cmd_status.c @@ -41,7 +41,7 @@ struct StatusState /** * Handle to the "reserve status" operation. */ - struct TALER_EXCHANGE_ReserveStatusHandle *rsh; + struct TALER_EXCHANGE_ReservesGetHandle *rsh; /** * Expected reserve balance. @@ -169,10 +169,10 @@ status_run (void *cls, TALER_TESTING_interpreter_fail (is); return; } - ss->rsh = TALER_EXCHANGE_reserve_status (is->exchange, - reserve_pubp, - &reserve_status_cb, - ss); + ss->rsh = TALER_EXCHANGE_reserves_get (is->exchange, + reserve_pubp, + &reserve_status_cb, + ss); } @@ -195,7 +195,7 @@ status_cleanup (void *cls, "Command %u (%s) did not complete\n", ss->is->ip, cmd->label); - TALER_EXCHANGE_reserve_status_cancel (ss->rsh); + TALER_EXCHANGE_reserves_get_cancel (ss->rsh); ss->rsh = NULL; } GNUNET_free (ss); -- cgit v1.2.3