commit 7b0ac882ff2e95f2130862e9ef5f71f57e4a67b5 parent 4507cc6a254a1c20e66e9fd152a13693f8f282e9 Author: MS <ms@taler.net> Date: Fri, 22 Sep 2023 16:38:09 +0200 Removing contradictory comment. Diffstat:
| M | core/api-bank-integration.rst | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst @@ -142,10 +142,7 @@ for the withdrawal operation (the ``wopid``) to interact with the withdrawal ope // Reserve public key. reserve_pub: string; - // Exchange bank details specified in the ``payto`` - // format. NOTE: this field is optional, therefore - // the bank will initiate the withdrawal with the - // default exchange, if not given. + // Payto address of the exchange selected for the withdrawal. selected_exchange: string; }