taler-docs

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

commit fb9a9a8bce1e69af8bb20323811c4d4eb4a609b7
parent be76a15bf193c0ffe4fb19498e7deb632485ae95
Author: Sebastian <sebasjm@gmail.com>
Date:   Fri,  1 Dec 2023 13:28:25 -0300

fix ec name

Diffstat:
Mcore/api-bank-integration.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst @@ -168,7 +168,7 @@ for the withdrawal operation (the ``WITHDRAWAL_ID``) to interact with the withdr * ``TALER_EC_BANK_WITHDRAWAL_OPERATION_RESERVE_SELECTION_CONFLICT`` : The wallet selected a different exchange or reserve public key under the same withdrawal ID. * ``TALER_EC_BANK_DUPLICATE_RESERVE_PUB_SUBJECT`` : the reserve public key is already used. - * ``TALER_EC_BANK_ACCOUNT_NOT_FOUND`` : the selected exchange account was not found. + * ``TALER_EC_BANK_UNKNOWN_ACCOUNT`` : the selected exchange account was not found. * ``TALER_EC_BANK_ACCOUNT_IS_NOT_EXCHANGE`` : the selected account is not an exchange. **Details:**