From dc4f9495b8edbd27de700ed624ce7da2bc94d426 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 27 May 2021 12:10:25 +0200 Subject: spec update for #6891 --- core/api-merchant.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'core/api-merchant.rst') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index e15ab035..5a55e2d2 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -2560,6 +2560,14 @@ Query funds remaining // Is this reserve active (false if it was deleted but not purged)? active: boolean; + + // URI to use to fill the reserve, can be NULL + // if the reserve is inactive or was already filled + payto_uri: string; + + // URL of the exchange hosting the reserve, + // NULL if the reserve is inactive + exchange_url: string; } .. ts:def:: TipStatusEntry -- cgit v1.2.3