From 83463c019e90c06e5b41e62a422b521f3dcc112d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 12 Dec 2019 15:59:21 +0100 Subject: spec update for #5991 --- core/api-exchange.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/api-exchange.rst') diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 5fa7fe7c..0445dd5f 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -284,6 +284,9 @@ Obtaining wire-transfer information interface WireResponse { + // Master public key of the exchange, must match the key returned in /keys. + master_public_key: EddsaPublicKey; + // Array of wire accounts operated by the exchange for // incoming wire transfers. accounts: WireAccount[]; -- cgit v1.2.3