taler-docs

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

commit 53ee17f8888a73ca098dc45ed770073e83ebbbc7
parent d4fb492a388f745990392c2f597544ae454a5667
Author: ms <ms@taler.net>
Date:   Tue, 19 Oct 2021 10:40:11 +0200

address word mistake

Diffstat:
Mcore/api-bank-access.rst | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst @@ -108,8 +108,9 @@ name and account password, at least in the GNU Taler demo bank implementation. // only non-null if ``selection_done`` is ``true``. selected_reserve_pub: string | null; - // Exchange account selected by the exchange, - // only non-null if ``selection_done`` is ``true``. + // Exchange account selected by the wallet, or by the bank + // (with the default exchange) in case the wallet did not provide one + // through the Integration API. selected_exchange_account: string | null; }