gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: auditor api fixing some spacing


From: gnunet
Subject: [taler-docs] branch master updated: auditor api fixing some spacing
Date: Thu, 11 Jan 2024 16:08:17 +0100

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

nic-eigel pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new bbefb834 auditor api fixing some spacing
bbefb834 is described below

commit bbefb834472cd61461f5e91de8f4c03cf50b223f
Author: Nic <nic@eigel.ch>
AuthorDate: Thu Jan 11 16:08:04 2024 +0100

    auditor api fixing some spacing
---
 core/api-auditor.rst | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/core/api-auditor.rst b/core/api-auditor.rst
index 3d465ed3..1488bd96 100644
--- a/core/api-auditor.rst
+++ b/core/api-auditor.rst
@@ -124,13 +124,13 @@ This API is used by auditor to obtain a list of all 
exchanges signing keys to be
       // Base URL of the exchange.
       master_sig: EddsaSignature;
 
-         // Time when online signing key will first be use.
+      // Time when online signing key will first be use.
       ep_valid_from: Timestamp;
 
-         // Time when this online signing key will no longer be used.
+      // Time when this online signing key will no longer be used.
       ep_expire_sign: Timestamp;
 
-         // Time when this online signing key legally expires.
+      // Time when this online signing key legally expires.
       ep_expire_legal: Timestamp;
     }
 
@@ -273,8 +273,8 @@ did not receive by the exchange, only by the merchant.
 
     interface DepositConfirmation {
 
-         // Database row id of entry
-         row_id: Integer;
+      // Database row id of entry
+      row_id: Integer;
 
       // Time when the deposit confirmation confirmation was generated.
       timestamp: Timestamp;
@@ -390,16 +390,16 @@ This API is used by the auditor to obtain a list of 
pending denominations
 
     interface PendingDenomination {
 
-         // Balance of denomination.
+      // Balance of denomination.
       denom_balance: taler_amount;
 
-         // Amount that was lost due to failures by the exchange.
+      // Amount that was lost due to failures by the exchange.
       denom_loss: taler_amount;
 
-         // Amount at risk of loss due to recoup operations.
+      // Amount at risk of loss due to recoup operations.
       denom_risk: taler_amount;
 
-         // Amount actually lost due to recoup operations after a revocation.
+      // Amount actually lost due to recoup operations after a revocation.
       recoup_loss: taler_amount;
     }
 

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