From 93ff2d93cc76ab0d42a1730d79437a89145d6b2a Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 18 Dec 2018 17:35:23 +0100 Subject: /withdraw: #5284. --- src/include/taler_testing_lib.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/include/taler_testing_lib.h') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index ae8ef3a4a..bdd035107 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -923,7 +923,6 @@ TALER_TESTING_cmd_exec_auditor_sign (const char *label, * the desired amount as string. * * @param label command label. - * @param exchange handle to the exchange. * @param amount how much we withdraw. * @param expected_response_code which HTTP response code * we expect from the exchange. @@ -933,7 +932,6 @@ TALER_TESTING_cmd_exec_auditor_sign (const char *label, struct TALER_TESTING_Command TALER_TESTING_cmd_withdraw_amount (const char *label, - struct TALER_EXCHANGE_Handle *exchange, const char *reserve_reference, const char *amount, unsigned int expected_response_code); @@ -944,7 +942,6 @@ TALER_TESTING_cmd_withdraw_amount * amount by a denomination key. * * @param label command label. - * @param exchange connection handle to the exchange. * @param reserve_reference reference to the reserve to withdraw * from; will provide reserve priv to sign the request. * @param dk denomination public key. @@ -955,7 +952,6 @@ TALER_TESTING_cmd_withdraw_amount struct TALER_TESTING_Command TALER_TESTING_cmd_withdraw_denomination (const char *label, - struct TALER_EXCHANGE_Handle *exchange, const char *reserve_reference, const struct TALER_EXCHANGE_DenomPublicKey *dk, unsigned int expected_response_code); -- cgit v1.2.3