gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (a8c62e1 -> c3de3cb)


From: gnunet
Subject: [taler-docs] branch master updated (a8c62e1 -> c3de3cb)
Date: Fri, 19 Mar 2021 19:12:37 +0100

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

ttn pushed a change to branch master
in repository docs.

    from a8c62e1  add noun: "ID"
     new b00ab92  fix typo: s/a/an/
     new cef2c4a  add period at end of sentence
     new 029d66b  add period at end of sentence (three instances)
     new 443892c  remove spurious space
     new cadfc37  mark up ‘TALER_SIGNATURE_EXCHANGE_CONFIRM_DEPOSIT’
     new cba7bfb  change markup of ‘exchange_sig’ from @e to ``
     new 9a18a1d  change markup of ‘master_sig’ from @e to ``
     new e455987  change markup of ‘exchange_sig’ from @e to ``
     new c3de3cb  fix typo: s/missbehavior/misbehavior/

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/api-auditor.rst | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/core/api-auditor.rst b/core/api-auditor.rst
index fd3803c..11294d0 100644
--- a/core/api-auditor.rst
+++ b/core/api-auditor.rst
@@ -41,7 +41,7 @@ know-your-customer (KYC) registration before issuing 
contracts.
   **Response:**
 
   :http:statuscode:`200 OK`:
-    The auditor responds with a `AuditorVersion`_ object. This request should
+    The auditor responds with an `AuditorVersion`_ object. This request should
     virtually always be successful.
 
   **Details:**
@@ -59,7 +59,7 @@ know-your-customer (KYC) registration before issuing 
contracts.
       // Return which currency this auditor is auditing for.
       currency: string;
 
-      // EdDSA master public key of the auditor
+      // EdDSA master public key of the auditor.
       auditor_public_key: EddsaPublicKey;
     }
 
@@ -94,7 +94,7 @@ know-your-customer (KYC) registration before issuing 
contracts.
   .. ts:def:: ExchangeList
 
     interface ExchangeList {
-      // Exchanges audited by this auditor
+      // Exchanges audited by this auditor.
       exchanges: ExchangeEntry[];
     }
 
@@ -102,10 +102,10 @@ know-your-customer (KYC) registration before issuing 
contracts.
 
     interface ExchangeEntry {
 
-      // Master public key of the exchange
+      // Master public key of the exchange.
       master_pub: EddsaPublicKey;
 
-      // Base URL of the exchange
+      // Base URL of the exchange.
       exchange_url: string;
     }
 
@@ -170,7 +170,7 @@ paid out first.
 
       // How much time does the merchant have to issue a refund
       // request?  Zero if refunds are not allowed.
-      refund_deadline : Timestamp;
+      refund_deadline: Timestamp;
 
       // Amount to be deposited, excluding fee.  Calculated from the
       // amount with fee and the fee from the deposit request.
@@ -186,13 +186,13 @@ paid out first.
       merchant_pub: EddsaPublicKey;
 
       // Signature from the exchange of type
-      // TALER_SIGNATURE_EXCHANGE_CONFIRM_DEPOSIT.
+      // ``TALER_SIGNATURE_EXCHANGE_CONFIRM_DEPOSIT``.
       exchange_sig: EddsaSignature;
 
-      // Public signing key from the exchange matching @e exchange_sig.
+      // Public signing key from the exchange matching ``exchange_sig``.
       exchange_pub: EddsaPublicKey;
 
-      // Master public key of the exchange corresponding to @e master_sig.
+      // Master public key of the exchange corresponding to ``master_sig``.
       // Identifies the exchange this is about.
       master_pub: EddsaPublicKey;
 
@@ -205,7 +205,7 @@ paid out first.
       // When does the validity of the exchange_pub end?
       ep_end: Timestamp;
 
-      // Exchange master signature over @e exchange_sig.
+      // Exchange master signature over ``exchange_sig``.
       master_sig: EddsaSignature;
     }
 
@@ -229,4 +229,4 @@ misbehavior of an exchange to the auditor.
 
 .. http:put:: /complain
 
-Complain about missbehavior to the auditor.
+Complain about misbehavior to the auditor.

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