diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-17 20:50:39 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-17 20:50:48 +0100 |
commit | 81d3b454e177b3cbc68e99795a526958f6992be3 (patch) | |
tree | 22139f9ca280992a669842974193a1b16dfc63e0 /src/include | |
parent | 33877b2c55be2d9a4deaf56c709a7943dd00b62c (diff) |
point out duplication, fix hard-coded '2'
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_testing_lib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index c52635508..f884cd991 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -276,6 +276,8 @@ 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; |