diff options
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 4 |
1 files changed, 1 insertions, 3 deletions
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); /** |