commit 116630294c9ced7e471bfbc9a1830a18ea67201c
parent 75521ca67fe9ad7f18de8e02504f1d656c8dc1a3
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 25 Dec 2021 14:58:22 +0100
updates for protocol v12
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/core/api-common.rst b/core/api-common.rst
@@ -832,7 +832,6 @@ within the
struct TALER_DenominationHash h_denom_pub;
struct TALER_AmountNBO amount_with_fee;
struct TALER_AmountNBO melt_fee;
- union TALER_CoinSpendPublicKeyP coin_pub;
};
.. _TALER_RefreshMeltConfirmationPS:
@@ -1063,7 +1062,6 @@ within the
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
struct TALER_PrivateContractHash h_contract_terms;
union TALER_CoinSpendPublicKeyP coin_pub;
- struct TALER_MerchantPublicKeyP merchant;
uint64_t rtransaction_id;
struct TALER_AmountNBO refund_amount;
struct TALER_AmountNBO refund_fee;
@@ -1092,9 +1090,9 @@ within the
* purpose.purpose = TALER_SIGNATURE_WALLET_COIN_RECOUP
*/
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
- union TALER_CoinSpendPublicKeyP coin_pub;
struct TALER_DenominationHash h_denom_pub;
struct TALER_DenominationBlindingKeyP coin_blind;
+ struct TALER_AmountNBO recoup_amount;
};
.. _TALER_RecoupRefreshConfirmationPS:
@@ -1108,7 +1106,7 @@ within the
struct GNUNET_TIME_AbsoluteNBO timestamp;
struct TALER_AmountNBO recoup_amount;
union TALER_CoinSpendPublicKeyP coin_pub;
- struct TALER_CoinSpendPublicKeyP old_coin_pub;
+ union TALER_CoinSpendPublicKeyP old_coin_pub;
};
.. _TALER_RecoupConfirmationPS: