diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-18 04:39:52 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-18 04:39:52 +0100 |
commit | 8e0180b2576054c847935bb161ada81d697765fa (patch) | |
tree | 59b64a6a73987710ff37a021e70b8419c274116e /src/lib | |
parent | 5d192295616528e54c47741b835c3f748c07d3ac (diff) |
remove more redundant args
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/testing_api_cmd_bank_history_credit.c | 1 | ||||
-rw-r--r-- | src/lib/testing_api_cmd_bank_history_debit.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/testing_api_cmd_bank_history_credit.c b/src/lib/testing_api_cmd_bank_history_credit.c index 85a67f9d7..41a1f0b80 100644 --- a/src/lib/testing_api_cmd_bank_history_credit.c +++ b/src/lib/testing_api_cmd_bank_history_credit.c @@ -523,7 +523,6 @@ history_run (void *cls, hs->total = build_history (is, &hs->h); hs->hh = TALER_BANK_credit_history (is->ctx, - hs->account_url, &hs->auth, row_id, hs->num_results, diff --git a/src/lib/testing_api_cmd_bank_history_debit.c b/src/lib/testing_api_cmd_bank_history_debit.c index 671c79d33..d6cbbab21 100644 --- a/src/lib/testing_api_cmd_bank_history_debit.c +++ b/src/lib/testing_api_cmd_bank_history_debit.c @@ -523,7 +523,6 @@ history_run (void *cls, } hs->total = build_history (is, &hs->h); hs->hh = TALER_BANK_debit_history (is->ctx, - hs->account_url, &hs->auth, row_id, hs->num_results, |