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/auditor | |
parent | 5d192295616528e54c47741b835c3f748c07d3ac (diff) |
remove more redundant args
Diffstat (limited to 'src/auditor')
-rw-r--r-- | src/auditor/taler-wire-auditor.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c index 7e1af6e9a..4181534d7 100644 --- a/src/auditor/taler-wire-auditor.c +++ b/src/auditor/taler-wire-auditor.c @@ -1439,7 +1439,6 @@ process_debits (void *cls) wa->section_name); GNUNET_assert (NULL == wa->dhh); wa->dhh = TALER_BANK_debit_history (ctx, - wa->auth.wire_gateway_url, &wa->auth, wa->out_wire_off, INT64_MAX, @@ -1848,7 +1847,6 @@ process_credits (void *cls) "Starting bank CREDIT history of account `%s'\n", wa->section_name); wa->chh = TALER_BANK_credit_history (ctx, - wa->auth.wire_gateway_url, &wa->auth, wa->in_wire_off, INT64_MAX, |