diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-03-16 16:13:21 +0100 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-03-16 16:13:21 +0100 |
| commit | 7fee395bb6c150226386ed2aeb3109b2f0973b4e (patch) | |
| tree | cee8b7399c01df92d36cb0d68985f2145552b97f /src/include | |
| parent | 84ccc79881674cdd25d4c0fa24b7c75214865093 (diff) | |
harden URI validation logic
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_json_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h index 34d984f7..fa14dc0b 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 */ |
