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_deposit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testing/testing_api_cmd_deposit.c') diff --git a/src/testing/testing_api_cmd_deposit.c b/src/testing/testing_api_cmd_deposit.c index 613f981b5..76f0722de 100644 --- a/src/testing/testing_api_cmd_deposit.c +++ b/src/testing/testing_api_cmd_deposit.c @@ -372,8 +372,8 @@ deposit_run (void *cls, ds->coin_index, &denom_pub_sig)) || (GNUNET_OK != - TALER_JSON_hash (ds->contract_terms, - &h_contract_terms)) ) + TALER_JSON_contract_hash (ds->contract_terms, + &h_contract_terms)) ) { GNUNET_break (0); TALER_TESTING_interpreter_fail (is); -- cgit v1.2.3