diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-16 00:43:34 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-16 00:43:34 +0200 |
commit | 46fdfc6cf7001a1e158690ca30468b68ab887a02 (patch) | |
tree | 067d1a4f44a7dedc4dabb650fb1168610746e430 /src/lib/merchant_api_post_order_claim.c | |
parent | 199c806ee255ca0725b9a0d6dd54c9dd2a16d616 (diff) |
rename TALER_JSON_hash to TALER_JSON_contract_hash
Diffstat (limited to 'src/lib/merchant_api_post_order_claim.c')
-rw-r--r-- | src/lib/merchant_api_post_order_claim.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |