summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst3
1 files changed, 3 insertions, 0 deletions
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[];