summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-25 14:58:22 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-25 14:58:22 +0100
commit116630294c9ced7e471bfbc9a1830a18ea67201c (patch)
treee46477ab86b3058858d1273502f341be88a65079 /core
parent75521ca67fe9ad7f18de8e02504f1d656c8dc1a3 (diff)
downloaddocs-116630294c9ced7e471bfbc9a1830a18ea67201c.tar.gz
docs-116630294c9ced7e471bfbc9a1830a18ea67201c.tar.bz2
docs-116630294c9ced7e471bfbc9a1830a18ea67201c.zip
updates for protocol v12
Diffstat (limited to 'core')
-rw-r--r--core/api-common.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 36bd9646..8642ece8 100644
--- 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: