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/exchange-tools | |
parent | 5d192295616528e54c47741b835c3f748c07d3ac (diff) |
remove more redundant args
Diffstat (limited to 'src/exchange-tools')
-rw-r--r-- | src/exchange-tools/taler-wire.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exchange-tools/taler-wire.c b/src/exchange-tools/taler-wire.c index cdfdb1428..3251aad41 100644 --- a/src/exchange-tools/taler-wire.c +++ b/src/exchange-tools/taler-wire.c @@ -232,7 +232,6 @@ static void execute_history () { hh = TALER_BANK_credit_history (ctx, - destination_account_url, &auth, start_row, -10, |