diff options
-rw-r--r-- | src/exchange-lib/testing_api_helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/testing_api_helpers.c b/src/exchange-lib/testing_api_helpers.c index 749e5d889..d0efae390 100644 --- a/src/exchange-lib/testing_api_helpers.c +++ b/src/exchange-lib/testing_api_helpers.c @@ -508,7 +508,7 @@ TALER_TESTING_url_port_free (const char *url) * @a payto://-URL and adds some salt to create the JSON. * * @param account_no account number - * @param bank_url the bank_url + * @param bank_url the bank_url (FIXME/WARNING: shouldn't this be a _hostname_ ??) * @return JSON describing the account, including the * payto://-URL of the account, must be manually decref'd */ |