commit 83463c019e90c06e5b41e62a422b521f3dcc112d
parent c1d14953cfbf476b5e9bbf7eea6e5e33552eed6a
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 12 Dec 2019 15:59:21 +0100
spec update for #5991
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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[];