diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-18 16:27:50 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-18 16:27:50 +0100 |
commit | 2fc84dd07fdf13d3d9b933060572ebf4e24bf50c (patch) | |
tree | dd2e7e16577dfa2b800afb778c694bb9e5a48a5e /src/include/taler_testing_lib.h | |
parent | 18b39a45978d7e1d50dc64085afd4ab731a79b4d (diff) |
/refresh/*: #5284.
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 3058d4ce5..1ae663fe4 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1059,7 +1059,6 @@ TALER_TESTING_cmd_deposit_with_retry (struct TALER_TESTING_Command cmd); * Create a "refresh melt" command. * * @param label command label. - * @param exchange connection to the exchange. * @param amount amount to be melted. * @param coin_reference reference to a command * that will provide a coin to refresh. @@ -1070,7 +1069,6 @@ TALER_TESTING_cmd_deposit_with_retry (struct TALER_TESTING_Command cmd); struct TALER_TESTING_Command TALER_TESTING_cmd_refresh_melt (const char *label, - struct TALER_EXCHANGE_Handle *exchange, const char *amount, const char *coin_reference, unsigned int expected_response_code); @@ -1082,7 +1080,6 @@ TALER_TESTING_cmd_refresh_melt * request, see #5312. * * @param label command label - * @param exchange connection to the exchange * @param amount FIXME not used. * @param coin_reference reference to a command that will provide * a coin to refresh @@ -1093,7 +1090,6 @@ TALER_TESTING_cmd_refresh_melt struct TALER_TESTING_Command TALER_TESTING_cmd_refresh_melt_double (const char *label, - struct TALER_EXCHANGE_Handle *exchange, const char *amount, const char *coin_reference, unsigned int expected_response_code); @@ -1122,7 +1118,6 @@ TALER_TESTING_cmd_refresh_melt_with_retry (struct TALER_TESTING_Command cmd); struct TALER_TESTING_Command TALER_TESTING_cmd_refresh_reveal (const char *label, - struct TALER_EXCHANGE_Handle *exchange, const char *melt_reference, unsigned int expected_response_code); @@ -1150,7 +1145,6 @@ TALER_TESTING_cmd_refresh_reveal_with_retry (struct TALER_TESTING_Command cmd); struct TALER_TESTING_Command TALER_TESTING_cmd_refresh_link (const char *label, - struct TALER_EXCHANGE_Handle *exchange, const char *reveal_reference, unsigned int expected_response_code); |