summaryrefslogtreecommitdiff
path: root/src/include/taler_json_lib.h
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-11-04 12:58:03 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2022-11-04 12:58:03 +0100
commita76556f0caee4147e2c791f611a86c72afd7aaa1 (patch)
tree5db5e8a9faac61a715400d7133a086f0c6d3e18d /src/include/taler_json_lib.h
parent54c03a25b4865a68609dd798afb80e6fccefb583 (diff)
downloadexchange-a76556f0caee4147e2c791f611a86c72afd7aaa1.tar.gz
exchange-a76556f0caee4147e2c791f611a86c72afd7aaa1.tar.bz2
exchange-a76556f0caee4147e2c791f611a86c72afd7aaa1.zip
-typos in arguments fixed
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 d0527cc74..7f17df030 100644
--- a/src/include/taler_json_lib.h
+++ b/src/include/taler_json_lib.h
@@ -771,7 +771,7 @@ TALER_JSON_wire_to_payto (const json_t *wire_s);
* @param[out] ech where to write the policy hash
*/
void
-TALER_deposit_policy_hash (const json_t *extensions,
+TALER_deposit_policy_hash (const json_t *policy,
struct TALER_ExtensionPolicyHashP *ech);
/**