summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 20:50:39 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 20:50:48 +0100
commit81d3b454e177b3cbc68e99795a526958f6992be3 (patch)
tree22139f9ca280992a669842974193a1b16dfc63e0 /src/include
parent33877b2c55be2d9a4deaf56c709a7943dd00b62c (diff)
downloadexchange-81d3b454e177b3cbc68e99795a526958f6992be3.tar.gz
exchange-81d3b454e177b3cbc68e99795a526958f6992be3.tar.bz2
exchange-81d3b454e177b3cbc68e99795a526958f6992be3.zip
point out duplication, fix hard-coded '2'
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_testing_lib.h2
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;