gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated (a41b104 -> 45b63d0)


From: gnunet
Subject: [taler-docs] branch master updated (a41b104 -> 45b63d0)
Date: Mon, 24 Jan 2022 23:55:05 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a change to branch master
in repository docs.

    from a41b104  replace FIXME w/ libeufin-cli
     new 4dc26e1  replace question to MS w/ blurb on Control-C
     new 45b63d0  write ‘make-transaction’ description

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 manpages/libeufin-sandbox.1.rst | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/manpages/libeufin-sandbox.1.rst b/manpages/libeufin-sandbox.1.rst
index 9a206e0..ec97b7c 100644
--- a/manpages/libeufin-sandbox.1.rst
+++ b/manpages/libeufin-sandbox.1.rst
@@ -111,7 +111,18 @@ It is an error if the demobank does not exist.
 Command ``make-transaction``
 ============================
 
-.. WRITEME
+This is a "legacy" command, useful in a previous iteration of LibEuFin
+and for internal testing.
+It creates and records a wire transfer transaction in the database.
+
+It takes two arguments and several required options.
+The arguments are ``AMOUNT``, in ``CUR:X.Y`` format;
+and ``SUBJECT``, a short textual description of the transaction.
+The options are: ``--credit-account LABEL`` and ``--debit-account LABEL``,
+where each LABEL names a bank account that receiving and issuing,
+respectively, the wire transfer.
+The option ``--demobank NAME`` (default: ``default``) specifies
+in which demobank the wire transfer occurs.
 
 .. note::
 
@@ -165,8 +176,8 @@ Before invoking ``serve``, the following environment 
variables need to be set:
    - ``jdbc:sqlite:/tmp/libeufin-sandbox.db``
    - ``jdbc:postgresql://localhost:5432/libeufindb?user=Foo&password=secret``
 
-.. @MS Is Control-C the best way to interrupt?
-   Are there any other signals handled specially?
+Normally, the ``serve`` command runs until interrupted.
+When run in a shell, you can use ``Control-C`` for that.
 
 
 Command ``reset-tables``

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]