gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: -fix spec, required fields missing


From: gnunet
Subject: [taler-docs] branch master updated: -fix spec, required fields missing
Date: Tue, 27 Sep 2022 16:00:12 +0200

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 d11dcd0  -fix spec, required fields missing
d11dcd0 is described below

commit d11dcd09387cfe55de15d68ee1a595e1d2a54928
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Sep 27 16:00:04 2022 +0200

    -fix spec, required fields missing
---
 core/api-exchange.rst | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 720d5a8..69cdcb2 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -4570,6 +4570,9 @@ naturally expire and possibly (5) wire the funds to a 
designated account.
       // a `TALER_WalletReserveAttestRequestSignaturePS`.
       reserve_sig: EddsaSignature;
 
+      // Client's time for the request.
+      request_timestamp: Timestamp;
+
       // Array of KYC attributes requested.
       details: String[];
     }
@@ -4580,7 +4583,11 @@ naturally expire and possibly (5) wire the funds to a 
designated account.
       // Signature of purpose
       // ``TALER_SIGNATURE_EXCHANGE_RESERVE_ATTEST_DETAILS`` over
       // a `TALER_ExchangeReserveAttestDetailsSignaturePS`.
-      reserve_sig: EddsaSignature;
+      exchange_sig: EddsaSignature;
+
+      // Exchange public key used to create the
+      // signature.
+      exchange_pub: EddsaPublicKey;
 
       // Time when the exchange created the signature.
       exchange_timestamp: Timestamp;

-- 
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]