taler-docs

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

commit ce96953b6306090dbc8a08603e690fa517c2cf71
parent 86bfcee6f6244d6dc05e21c36cf6fe5e2a457bf5
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 14:30:47 -0400

mark up ‘confirmation_done’, ‘true’, ‘selection_done’

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

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst @@ -98,7 +98,7 @@ name and account password, at least in the GNU Taler demo bank implementation. // Has the withdrawal been confirmed by the bank? // The wire transfer for a withdrawal is only executed once - // both confirmation_done is true and selection_done is true. + // both ``confirmation_done`` is ``true`` and ``selection_done`` is ``true``. confirmation_done: boolean; // Did the wallet select reserve details?