aboutsummaryrefslogtreecommitdiff
path: root/src/lib/test_bank_api.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-18 04:20:29 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-18 04:20:29 +0100
commit0cebe32fc69324e3a656b58a528115b44e88b51c (patch)
tree0a0ff687dbe58f6267c993b4714eb3ffdbff0cbe /src/lib/test_bank_api.c
parent47698761d03b9de3cace8c58e814667444a7b73b (diff)
downloadexchange-0cebe32fc69324e3a656b58a528115b44e88b51c.tar.xz
dce: redundant arg
Diffstat (limited to 'src/lib/test_bank_api.c')
-rw-r--r--src/lib/test_bank_api.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/test_bank_api.c b/src/lib/test_bank_api.c
index 6e34399a8..4377c4fba 100644
--- a/src/lib/test_bank_api.c
+++ b/src/lib/test_bank_api.c
@@ -74,7 +74,6 @@ run (void *cls,
1),
TALER_TESTING_cmd_admin_add_incoming ("credit-1",
"KUDOS:5.01",
- bc.exchange_auth.wire_gateway_url,
&bc.exchange_auth,
bc.user42_payto),
TALER_TESTING_cmd_bank_credits ("history-1c",
@@ -82,25 +81,21 @@ run (void *cls,
NULL,
5),
TALER_TESTING_cmd_bank_debits ("history-1d",
- bc.exchange_auth.wire_gateway_url,
&bc.exchange_auth,
NULL,
5),
TALER_TESTING_cmd_admin_add_incoming ("credit-2",
"KUDOS:3.21",
- bc.exchange_auth.wire_gateway_url,
&bc.exchange_auth,
bc.user42_payto),
TALER_TESTING_cmd_transfer ("debit-1",
"KUDOS:3.22",
- bc.exchange_auth.wire_gateway_url,
&bc.exchange_auth,
bc.exchange_payto,
bc.user42_payto,
&wtid,
"http://exchange.example.com/"),
TALER_TESTING_cmd_bank_debits ("history-2b",
- bc.exchange_auth.wire_gateway_url,
&bc.exchange_auth,
NULL,
5),