From 53ee17f8888a73ca098dc45ed770073e83ebbbc7 Mon Sep 17 00:00:00 2001 From: ms Date: Tue, 19 Oct 2021 10:40:11 +0200 Subject: address word mistake --- core/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 index ddb2ec80..966ad61c 100644 --- 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; } -- cgit v1.2.3