From e9c690e790d3633cc0327ad7afe59c9659563ec7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 18 Jan 2018 16:55:25 +0100 Subject: spec update for #5254 --- api-exchange.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'api-exchange.rst') diff --git a/api-exchange.rst b/api-exchange.rst index d0b215e2..39b4dd9e 100644 --- a/api-exchange.rst +++ b/api-exchange.rst @@ -1,6 +1,6 @@ .. This file is part of GNU TALER. - Copyright (C) 2014-2017 GNUnet e.V. and INRIA + Copyright (C) 2014-2018 GNUnet e.V. and INRIA TALER is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -70,6 +70,10 @@ possibly by using HTTPS. // EdDSA master public key of the exchange, used to sign entries in `denoms` and `signkeys` master_public_key: EddsaPublicKey; + // Relative duration until inactive reserves are closed; not signed, expressed as + // a string in relative time in microseconds, i.e. "/Delay(1000)/" for 1 second. + reserve_closing_delay: RelativeTime; + // Denominations offered by this exchange. denoms: Denom[]; -- cgit v1.2.3