taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 2a8df9767143fbe3770426e5c6cfb0d83353d83e
parent 1118128b8078311fd7d3d446b1a2b9bec00b81f3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 16 Oct 2020 15:53:33 +0200

finish comments

Diffstat:
Mcore/api-merchant.rst | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 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).