commit 21f1f6bf551eec8dff3020ccc696fe0c96fb3a6d
parent 8de9a0e211a813b682eeaedf6ff2437c7c5d801b
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Mon, 24 Jan 2022 04:54:26 -0500
document automagic ‘default’ demobank creation for ‘make-transaction’ and ‘serve’
Diffstat:
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/manpages/libeufin-sandbox.1.rst b/manpages/libeufin-sandbox.1.rst
@@ -107,8 +107,16 @@ It is an error if the demobank does not exist.
Command ``make-transaction``
============================
+
.. WRITEME
+.. note::
+
+ If you have not yet called ``config``, this command creates
+ a demobank named ``default`` on its first use. The currency,
+ and bank debt limit have the same defaults as for the ``config``
+ command. The users debt limit, however, defaults to 10000.
+
Command ``camt053tick``
=======================
@@ -125,6 +133,13 @@ use option ``--with-unix-socket PATH``.
When both ``--port`` and ``--with-unix-socket`` are given,
``--with-unix-socket`` takes precedence.
+.. note::
+
+ If you have not yet called ``config``, this command creates
+ a demobank named ``default`` on its first use. The currency,
+ and bank debt limit have the same defaults as for the ``config``
+ command. The users debt limit, however, defaults to 10000.
+
The process runs in the foreground, writing its logs to standard error.
The normal log level is ``DEBUG``.
To change it, use ``--log-level LEVEL``, where ``LEVEL`` is one of: