summaryrefslogtreecommitdiff
path: root/src/include/taler_json_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-16 16:13:21 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-16 16:13:21 +0100
commit7fee395bb6c150226386ed2aeb3109b2f0973b4e (patch)
treecee8b7399c01df92d36cb0d68985f2145552b97f /src/include/taler_json_lib.h
parent84ccc79881674cdd25d4c0fa24b7c75214865093 (diff)
downloadexchange-7fee395bb6c150226386ed2aeb3109b2f0973b4e.tar.gz
exchange-7fee395bb6c150226386ed2aeb3109b2f0973b4e.tar.bz2
exchange-7fee395bb6c150226386ed2aeb3109b2f0973b4e.zip
harden URI validation logic
Diffstat (limited to 'src/include/taler_json_lib.h')
-rw-r--r--src/include/taler_json_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h
index 34d984f70..fa14dc0bc 100644
--- a/src/include/taler_json_lib.h
+++ b/src/include/taler_json_lib.h
@@ -202,7 +202,7 @@ TALER_JSON_wire_to_method (const json_t *wire_s);
/**
* Obtain the payto://-URL associated with the given
* wire account details. @a wire_s must contain a payto://-URL
- * under 'url'.
+ * under 'payto_uri'.
*
* @return NULL on error
*/