summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-18 04:10:02 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-18 04:10:02 +0100
commit22bd615fa973eef25438fa609c3605f33e927817 (patch)
treef50ae18819d35d0d4b653b63001a69941a316fd5 /src/include/taler_testing_lib.h
parentadd346eb6cb88799ed89afbab5314f7aab44afbc (diff)
downloadexchange-22bd615fa973eef25438fa609c3605f33e927817.tar.gz
exchange-22bd615fa973eef25438fa609c3605f33e927817.tar.bz2
exchange-22bd615fa973eef25438fa609c3605f33e927817.zip
remove redundant exchange_account_url
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 4426e65a5..781f1b133 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -268,13 +268,6 @@ TALER_TESTING_url_port_free (const char *url);
*/
struct TALER_TESTING_BankConfiguration
{
- /**
- * Base URL of the exchange's bank account. Basically
- * @e bank_url plus the exchange account.
- *
- * FIXME: remove? This duplicates exchange_auth.wire_gateway_url!
- */
- char *exchange_account_url;
/**
* Authentication data for the exchange user at the bank.