summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-10-19 10:40:11 +0200
committerms <ms@taler.net>2021-10-19 10:40:18 +0200
commit53ee17f8888a73ca098dc45ed770073e83ebbbc7 (patch)
tree27ff5df4cf198acc66b0a5d754f141a7438f09dc
parentd4fb492a388f745990392c2f597544ae454a5667 (diff)
downloaddocs-53ee17f8888a73ca098dc45ed770073e83ebbbc7.tar.gz
docs-53ee17f8888a73ca098dc45ed770073e83ebbbc7.tar.bz2
docs-53ee17f8888a73ca098dc45ed770073e83ebbbc7.zip
address word mistake
-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;
}