diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-12-20 11:11:40 +0800 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-12-20 11:11:40 +0800 |
commit | c304d40f96bb7b8d2111a76a4fc21a9ee6ae4c6f (patch) | |
tree | eec189fd5215e9de1f2f05f5571ca6e2c88bef2f /src/include | |
parent | a911845ccdc46a64d0249b545e21a04524595bd8 (diff) |
-fix type
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_crypto_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index eec8a9020..f74575d74 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -5516,7 +5516,7 @@ void TALER_merchant_pay_sign ( const struct TALER_PrivateContractHashP *h_contract_terms, const struct TALER_MerchantPrivateKeyP *merch_priv, - struct GNUNET_CRYPTO_EddsaSignature *merch_sig); + struct TALER_MerchantSignatureP *merch_sig); /** |