summaryrefslogtreecommitdiff
path: root/api-auditor.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-04 23:13:56 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-04 23:14:03 +0200
commit8e456b709cc94da9438fb6c216e7aa68df0ec3ad (patch)
treea403944c8d82304b969e501f5b2cf103fed32a1d /api-auditor.rst
parent31aba41ec0294573e3c7a249abfbc9a5ceed0d6d (diff)
downloaddocs-8e456b709cc94da9438fb6c216e7aa68df0ec3ad.tar.gz
docs-8e456b709cc94da9438fb6c216e7aa68df0ec3ad.tar.bz2
docs-8e456b709cc94da9438fb6c216e7aa68df0ec3ad.zip
more precisely specify error code possibilities for tip authorization
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;