From bb45ee0e8ec534e391ea5b8cf21bfe4d153a2f58 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 18 Dec 2018 15:46:32 +0100 Subject: check-keys CMD: #5284. --- src/include/taler_testing_lib.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 9c0b00b58..8c2b01f82 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1414,7 +1414,6 @@ TALER_TESTING_cmd_sleep (const char *label, * @param generation how many /keys responses are expected to * have been returned when this CMD will be run. * @param num_denom_keys expected number of denomination keys. - * @param exchange connection handle to the exchange to test. * * @return the command. */ @@ -1422,8 +1421,7 @@ struct TALER_TESTING_Command TALER_TESTING_cmd_check_keys (const char *label, unsigned int generation, - unsigned int num_denom_keys, - struct TALER_EXCHANGE_Handle *exchange); + unsigned int num_denom_keys); /** -- cgit v1.2.3