diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-18 04:12:51 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-18 04:12:51 +0100 |
commit | 47698761d03b9de3cace8c58e814667444a7b73b (patch) | |
tree | 756521b1601d5d029c616954d03af8c92163cfaa /src/include/taler_testing_lib.h | |
parent | 22bd615fa973eef25438fa609c3605f33e927817 (diff) |
remove redundant arg
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 781f1b133..4c723def4 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -811,8 +811,6 @@ TALER_TESTING_has_in_name (const char *prog, * Make a credit "history" CMD. * * @param label command label. - * @param account_url base URL of the account offering the "history" - * operation. * @param auth login data to use * @param start_row_reference reference to a command that can * offer a row identifier, to be used as the starting row @@ -823,7 +821,6 @@ TALER_TESTING_has_in_name (const char *prog, */ struct TALER_TESTING_Command TALER_TESTING_cmd_bank_credits (const char *label, - const char *account_url, const struct TALER_BANK_AuthenticationData *auth, const char *start_row_reference, |