summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-16 15:53:33 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-16 15:53:33 +0200
commit2a8df9767143fbe3770426e5c6cfb0d83353d83e (patch)
treee3980f90e0fb26cf367dd55357a956b3c8742eb5
parent1118128b8078311fd7d3d446b1a2b9bec00b81f3 (diff)
downloaddocs-2a8df9767143fbe3770426e5c6cfb0d83353d83e.tar.gz
docs-2a8df9767143fbe3770426e5c6cfb0d83353d83e.tar.bz2
docs-2a8df9767143fbe3770426e5c6cfb0d83353d83e.zip
finish comments
-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).