taler-docs

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

commit 9804a9cc02c76a074a40ff5c2b43544ac2330646
parent 9e48c6b1906d1b9216c1fe5e32907fdecefa8032
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  3 May 2026 20:52:11 +0200

fix #11055

Diffstat:
Mcore/merchant/get-exchanges.rst | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/merchant/get-exchanges.rst b/core/merchant/get-exchanges.rst @@ -37,7 +37,8 @@ // Map of (full) payto://-URLs of the exchange's bank accounts // to the respective debit `AccountRestriction`. Useful to check - // if a deposit into the exchange is feasible. + // if a deposit into the exchange is feasible. If no restriction + // applies to the account, the URL is mapped to "null"! // Since **v30**. debit_restrictions: Object;