aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-01-24 04:54:26 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-01-24 04:54:26 -0500
commit21f1f6bf551eec8dff3020ccc696fe0c96fb3a6d (patch)
treecee8b3f4278dc19fafb5cb2ecc84a30b54bfa016
parent8de9a0e211a813b682eeaedf6ff2437c7c5d801b (diff)
downloaddocs-21f1f6bf551eec8dff3020ccc696fe0c96fb3a6d.tar.gz
docs-21f1f6bf551eec8dff3020ccc696fe0c96fb3a6d.tar.bz2
docs-21f1f6bf551eec8dff3020ccc696fe0c96fb3a6d.zip
document automagic ‘default’ demobank creation for ‘make-transaction’ and ‘serve’
-rw-r--r--manpages/libeufin-sandbox.1.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/manpages/libeufin-sandbox.1.rst b/manpages/libeufin-sandbox.1.rst
index 6a6f0c6c..9def5e64 100644
--- 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: