summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-merchant.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 6a8f8e1e..0cc632c6 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -132,7 +132,10 @@ Dynamic Merchant Instances
interface InstanceConfigurationMessage {
// The URI where the wallet will send coins. A merchant may have
// multiple accounts, thus this is an array. Note that by
- // removing URIs from this list
+ // removing URIs from this list the respective account is set to
+ // inactive and thus unavailable for new contracts, but preserved
+ // in the database as existing offers and contracts may still refer
+ // to it.
payto_uris: string[];
// Name of the merchant instance to create (will become $INSTANCE).