diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-18 04:10:02 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-18 04:10:02 +0100 |
commit | 22bd615fa973eef25438fa609c3605f33e927817 (patch) | |
tree | f50ae18819d35d0d4b653b63001a69941a316fd5 /src/include/taler_testing_lib.h | |
parent | add346eb6cb88799ed89afbab5314f7aab44afbc (diff) |
remove redundant exchange_account_url
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 7 |
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. |