diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-18 15:46:32 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-18 15:46:32 +0100 |
commit | bb45ee0e8ec534e391ea5b8cf21bfe4d153a2f58 (patch) | |
tree | d1da6ef97f65ae2a0daf9396938fe665b1fa86a5 /src/include/taler_testing_lib.h | |
parent | 15c1a877c617fd29ff61e2ebd1f6fac72e54afce (diff) |
check-keys CMD: #5284.
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); /** |