gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: -fix some missing references


From: gnunet
Subject: [taler-docs] branch master updated: -fix some missing references
Date: Thu, 06 Oct 2022 11:43:23 +0200

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

oec pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new c991ac8  -fix some missing references
c991ac8 is described below

commit c991ac8bfd914d22387282a0975b9c06520bfaa8
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Thu Oct 6 11:43:20 2022 +0200

    -fix some missing references
---
 core/api-exchange.rst             |  8 ++++----
 design-documents/032-auctions.rst | 10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index bd5b750..dac703d 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -2135,7 +2135,7 @@ proof to the seller for the escrow of sufficient fund.
       // Note that support for policies is an optional feature of the exchange.
       // Optional features are so called "extensions" in Taler. The exchange
       // provides the list of supported extensions, including policies, in the 
-      // `ExchangeKeysExtensionsResponse` response to the ``/keys`` endpoint.
+      // `ExtensionsManifestsResponse` response to the ``/keys`` endpoint.
       policy?: DepositPolicy;
 
       // Signature over `TALER_DepositRequestPS`, made by the customer with the
@@ -2254,7 +2254,7 @@ proof to the seller for the escrow of sufficient fund.
       // - Type 2 refers to an auction with two winners, paying
       //   the third-highest price,
       // - etc.
-      type: integer;
+      type: number;
 
       // The vector of prices for the Brandt-Vickrey auction.  The values MUST
       // be in strictly increasing order.
@@ -4698,7 +4698,7 @@ naturally expire and possibly (5) wire the funds to a 
designated account.
       // Array of KYC attributes available.  The attribute names
       // listed are expected to be from the respective GANA
       // registry.
-      details: String[];
+      details: string[];
     }
 
 
@@ -4738,7 +4738,7 @@ naturally expire and possibly (5) wire the funds to a 
designated account.
       request_timestamp: Timestamp;
 
       // Array of KYC attributes requested.
-      details: String[];
+      details: string[];
     }
 
   .. ts:def:: ReserveAttestResponse
diff --git a/design-documents/032-auctions.rst 
b/design-documents/032-auctions.rst
index f509128..109b18f 100644
--- a/design-documents/032-auctions.rst
+++ b/design-documents/032-auctions.rst
@@ -1,5 +1,5 @@
-DD32: Auctions
-##############
+DD32: Brandt-Vickrey Auctions
+#############################
 
 Summary
 =======
@@ -181,7 +181,7 @@ Transcripts
 A transcript of a Brandt-Vickrey auction is the JSON encoding of an object of
 type `BrandtVickreyAuctionTranscript`.
 
-.. ts:def:: BrandtVickreyAuctionTranscript
+  .. ts:def:: BrandtVickreyAuctionTranscript
 
     // This structure defines the transcript of an auction of Brandt-Vickrey 
kind.
     interface BrandtVickreyAuctionTranscript {
@@ -211,7 +211,7 @@ type `BrandtVickreyAuctionTranscript`.
     }
 
 
-.. ts:def:: BrandtVickreyAuctionMessage
+  .. ts:def:: BrandtVickreyAuctionMessage
 
    interface BrandtVickreyAuctionMessage {
      // The index of the bidder into the
@@ -229,7 +229,7 @@ type `BrandtVickreyAuctionTranscript`.
 
 
 
-.. ts:def:: BrandtVickreyAuctionWinner
+  .. ts:def:: BrandtVickreyAuctionWinner
 
    interface BrandtVickreyAuctionWinner {
      // The index of the bidder into the

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