summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-auditor.rst18
1 files 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;
}