From 8e456b709cc94da9438fb6c216e7aa68df0ec3ad Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 4 Apr 2019 23:13:56 +0200 Subject: more precisely specify error code possibilities for tip authorization --- api-auditor.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api-auditor.rst') 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; -- cgit v1.2.3