gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: updates for protocol v12


From: gnunet
Subject: [taler-docs] branch master updated: updates for protocol v12
Date: Sat, 25 Dec 2021 14:58:24 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 1166302  updates for protocol v12
1166302 is described below

commit 116630294c9ced7e471bfbc9a1830a18ea67201c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Dec 25 14:58:22 2021 +0100

    updates for protocol v12
---
 core/api-common.rst | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/core/api-common.rst b/core/api-common.rst
index 36bd964..8642ece 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:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]