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/testing/testing_api_cmd_refund.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testing/testing_api_cmd_refund.c') diff --git a/src/testing/testing_api_cmd_refund.c b/src/testing/testing_api_cmd_refund.c index e662ace2e..aeb597718 100644 --- a/src/testing/testing_api_cmd_refund.c +++ b/src/testing/testing_api_cmd_refund.c @@ -168,8 +168,8 @@ refund_run (void *cls, return; } GNUNET_assert (GNUNET_OK == - TALER_JSON_hash (contract_terms, - &h_contract_terms)); + TALER_JSON_contract_hash (contract_terms, + &h_contract_terms)); /* Hunting for a coin .. */ if (GNUNET_OK != -- cgit v1.2.3