diff options
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 781f1b13..4c723def 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, |