From 90e756ddea52715366fb5d9f7e3b4cced6be62e1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 16 Jul 2020 00:42:42 +0200 Subject: rename TALER_JSON_hash to TALER_JSON_contract_hash --- src/json/json.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/json/json.c') diff --git a/src/json/json.c b/src/json/json.c index 67d62605f..a1a2c6fb4 100644 --- a/src/json/json.c +++ b/src/json/json.c @@ -38,8 +38,8 @@ * @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) { char *wire_enc; size_t len; -- cgit v1.2.3