From 4199e4438d2dac9b18e1e922dec72723bc6d7c04 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 May 2022 23:21:27 +0200 Subject: rename function that is for the merchant signature to have merchant in the name --- src/include/taler_crypto_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/taler_crypto_lib.h') diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index 3530f7367..1ee080abc 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -3383,7 +3383,7 @@ TALER_merchant_refund_verify ( * @param[out] merchant_sig where to write the signature */ void -TALER_exchange_deposit_sign ( +TALER_merchant_deposit_sign ( const struct TALER_PrivateContractHashP *h_contract_terms, const struct TALER_MerchantWireHashP *h_wire, const struct TALER_CoinSpendPublicKeyP *coin_pub, @@ -3402,7 +3402,7 @@ TALER_exchange_deposit_sign ( * @return #GNUNET_OK if the signature is valid */ enum GNUNET_GenericReturnValue -TALER_exchange_deposit_verify ( +TALER_merchant_deposit_verify ( const struct TALER_MerchantPublicKeyP *merchant, const struct TALER_CoinSpendPublicKeyP *coin_pub, const struct TALER_PrivateContractHashP *h_contract_terms, -- cgit v1.2.3