summaryrefslogtreecommitdiff
path: root/api-auditor.rst
diff options
context:
space:
mode:
Diffstat (limited to 'api-auditor.rst')
-rw-r--r--api-auditor.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-auditor.rst b/api-auditor.rst
index fcc4df80..6ea01d7c 100644
--- a/api-auditor.rst
+++ b/api-auditor.rst
@@ -104,8 +104,8 @@ know-your-customer (KYC) registration before issuing contracts.
interface ExchangeEntry {
- // Public key of the exchange
- exchange_pub: EddsaPublicKey;
+ // Master public key of the exchange
+ master_pub: EddsaPublicKey;
// Base URL of the exchange
exchange_url: string;