From a509a91f924cad3b5f0336f78e5c80e3621ad52b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 May 2022 15:29:35 +0200 Subject: -more reserve history fixes --- src/include/taler_crypto_lib.h | 2 -- 1 file changed, 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 3c413aaf..5cc28db0 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -3974,7 +3974,6 @@ TALER_exchange_online_purse_created_sign ( const struct TALER_Amount *amount_without_fee, const struct TALER_Amount *total_deposited, const struct TALER_PurseContractPublicKeyP *purse_pub, - const struct TALER_PurseMergePublicKeyP *merge_pub, const struct TALER_PrivateContractHashP *h_contract_terms, struct TALER_ExchangePublicKeyP *pub, struct TALER_ExchangeSignatureP *sig); @@ -3987,7 +3986,6 @@ TALER_exchange_online_purse_created_verify ( const struct TALER_Amount *amount_without_fee, const struct TALER_Amount *total_deposited, const struct TALER_PurseContractPublicKeyP *purse_pub, - const struct TALER_PurseMergePublicKeyP *merge_pub, const struct TALER_PrivateContractHashP *h_contract_terms, const struct TALER_ExchangePublicKeyP *pub, const struct TALER_ExchangeSignatureP *sig); -- cgit v1.2.3