diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_crypto_lib.h | 2 | ||||
-rw-r--r-- | src/include/taler_exchange_service.h | 7 |
2 files changed, 1 insertions, 8 deletions
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); diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 634e7832..ecb74bd6 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -4240,7 +4240,7 @@ TALER_EXCHANGE_purse_get ( /** - * Cancel #TALER_EXCHANGE_purse_deposit() operation. + * Cancel #TALER_EXCHANGE_purse_get() operation. * * @param pgh handle of the operation to cancel */ @@ -4628,11 +4628,6 @@ struct TALER_EXCHANGE_PurseDepositResponse */ struct TALER_PrivateContractHashP h_contract_terms; - /** - * Key with the merge capability (needed to verify signature). - */ - struct TALER_PurseMergePublicKeyP merge_pub; - } success; } details; |