commit df9eb5452325255dfa77030eb539d0b8c88a6c9e
parent 34b28dea976255f1ba78691554d31ea7fb6b7ff0
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 5 Dec 2020 19:46:59 +0100
section_name argument is required
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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[];