From 46fdfc6cf7001a1e158690ca30468b68ab887a02 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 16 Jul 2020 00:43:34 +0200 Subject: rename TALER_JSON_hash to TALER_JSON_contract_hash --- src/lib/merchant_api_post_order_claim.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/merchant_api_post_order_claim.c') diff --git a/src/lib/merchant_api_post_order_claim.c b/src/lib/merchant_api_post_order_claim.c index 31be1235..08e4f771 100644 --- a/src/lib/merchant_api_post_order_claim.c +++ b/src/lib/merchant_api_post_order_claim.c @@ -139,8 +139,8 @@ handle_post_order_claim_finished (void *cls, } if (GNUNET_OK != - TALER_JSON_hash (contract_terms, - &hash)) + TALER_JSON_contract_hash (contract_terms, + &hash)) { GNUNET_break (0); hr.ec = TALER_EC_CLIENT_INTERNAL_FAILURE; -- cgit v1.2.3