summaryrefslogtreecommitdiff
path: root/src/include/taler_json_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-16 00:42:42 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-16 00:42:42 +0200
commit90e756ddea52715366fb5d9f7e3b4cced6be62e1 (patch)
tree3e1b69c63d5a4b3ec80a2ae301051c29d24a30b8 /src/include/taler_json_lib.h
parent6ef6de6c5c13a8614d334e9e49233326b18c8025 (diff)
downloadexchange-90e756ddea52715366fb5d9f7e3b4cced6be62e1.tar.gz
exchange-90e756ddea52715366fb5d9f7e3b4cced6be62e1.tar.bz2
exchange-90e756ddea52715366fb5d9f7e3b4cced6be62e1.zip
rename TALER_JSON_hash to TALER_JSON_contract_hash
Diffstat (limited to 'src/include/taler_json_lib.h')
-rw-r--r--src/include/taler_json_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h
index 5a16d40a5..8550fd42a 100644
--- a/src/include/taler_json_lib.h
+++ b/src/include/taler_json_lib.h
@@ -155,8 +155,8 @@ TALER_JSON_spec_denomination_signature (const char *field,
* @return #GNUNET_OK on success, #GNUNET_SYSERR on error
*/
int
-TALER_JSON_hash (const json_t *json,
- struct GNUNET_HashCode *hc);
+TALER_JSON_contract_hash (const json_t *json,
+ struct GNUNET_HashCode *hc);
/**
* Extract the Taler error code from the given @a json object.