From b449c7353ef5d789500244c790bae5affedf0ee7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 27 Oct 2021 18:37:42 +0200 Subject: work on testing ftbfs --- src/json/json.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/json') diff --git a/src/json/json.c b/src/json/json.c index 4c2b82ccb..2dfabbf96 100644 --- a/src/json/json.c +++ b/src/json/json.c @@ -325,7 +325,7 @@ forget (const json_t *in, enum GNUNET_GenericReturnValue TALER_JSON_contract_hash (const json_t *json, - struct GNUNET_HashCode *hc) + struct TALER_PrivateContractHash *hc) { enum GNUNET_GenericReturnValue ret; json_t *cjson; @@ -339,7 +339,7 @@ TALER_JSON_contract_hash (const json_t *json, return ret; ret = dump_and_hash (cjson, NULL, - hc); + &hc->hash); json_decref (cjson); return ret; } -- cgit v1.2.3