From df9eb5452325255dfa77030eb539d0b8c88a6c9e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Dec 2020 19:46:59 +0100 Subject: section_name argument is required --- core/api-exchange.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core') diff --git a/core/api-exchange.rst b/core/api-exchange.rst index b4a9c69f..9b78d399 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -378,6 +378,9 @@ Management operations authorized by master key interface FutureKeysResponse { + // Name in the configuration file that defines this denomination. + section_name: string; + // Future denominations to be offered by this exchange // (only those lacking a master signature). future_denoms: FutureDenom[]; -- cgit v1.2.3