summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-auditor.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-auditor.rst b/core/api-auditor.rst
index 434ea0cc..54149176 100644
--- a/core/api-auditor.rst
+++ b/core/api-auditor.rst
@@ -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;
}