taler-docs

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

commit d6d3763b89ea0582e3dd9232bdfe5f545301fd22
parent 2c0db9f9f2d62f49363f0b049fb91db1d5d9bdd3
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Mon, 24 Jan 2022 04:22:10 -0500

reorder command ‘config’ before ‘default-exchange’

It seems that ‘config’ is needed to define a demobank.
After it's defined, then ‘default-exchange’ can set that
demobank's exchange.

Diffstat:
Mmanpages/libeufin-sandbox.1.rst | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/manpages/libeufin-sandbox.1.rst b/manpages/libeufin-sandbox.1.rst @@ -46,7 +46,7 @@ The interaction model is as follows: Or are some of the commands to be used AFTER ‘serve’ starts? Or is it a mix? (I believe it is a mix, but am not sure.) -- Configure the sandbox with commands ``default-exchange``, ``config``, +- Configure the sandbox with commands ``config``, ``default-exchange``, ``make-transaction``, and ``camt053tick``. - Start the HTTP server with command ``serve``. @@ -62,14 +62,14 @@ The interaction model is as follows: The following sections describe each command in detail. -Command ``default-exchange`` -============================ +Command ``config`` +================== .. WRITEME -Command ``config`` -================== +Command ``default-exchange`` +============================ .. WRITEME