summaryrefslogtreecommitdiff
path: root/core/api-bank-access.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-bank-access.rst')
-rw-r--r--core/api-bank-access.rst5
1 files 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;
}