diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-05-07 23:21:27 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-05-07 23:21:27 +0200 |
commit | 4199e4438d2dac9b18e1e922dec72723bc6d7c04 (patch) | |
tree | a942078e0592dacce5d8aba097a83bfd2437de8d /src/include/taler_crypto_lib.h | |
parent | 8c9d5d61353c75aa908b27e5edccc3e6bafdc54e (diff) |
rename function that is for the merchant signature to have merchant in the name
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r-- | src/include/taler_crypto_lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
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, |