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/util/exchange_signatures.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/util/exchange_signatures.c') diff --git a/src/util/exchange_signatures.c b/src/util/exchange_signatures.c index 5c72289e..68c0fdb0 100644 --- a/src/util/exchange_signatures.c +++ b/src/util/exchange_signatures.c @@ -1300,11 +1300,6 @@ struct TALER_PurseCreateDepositConfirmationPS */ struct TALER_PurseContractPublicKeyP purse_pub; - /** - * Public key of the merge capability. - */ - struct TALER_PurseMergePublicKeyP merge_pub; - /** * Hash of the contract of the purse. */ @@ -1323,7 +1318,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) @@ -1333,7 +1327,6 @@ TALER_exchange_online_purse_created_sign ( .purpose.size = htonl (sizeof (dc)), .h_contract_terms = *h_contract_terms, .purse_pub = *purse_pub, - .merge_pub = *merge_pub, .purse_expiration = GNUNET_TIME_timestamp_hton (purse_expiration), .exchange_time = GNUNET_TIME_timestamp_hton (exchange_time) }; @@ -1355,7 +1348,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) @@ -1365,7 +1357,6 @@ TALER_exchange_online_purse_created_verify ( .purpose.size = htonl (sizeof (dc)), .h_contract_terms = *h_contract_terms, .purse_pub = *purse_pub, - .merge_pub = *merge_pub, .purse_expiration = GNUNET_TIME_timestamp_hton (purse_expiration), .exchange_time = GNUNET_TIME_timestamp_hton (exchange_time) }; -- cgit v1.2.3