gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: submit-payment, not payments


From: gnunet
Subject: [libeufin] branch master updated: submit-payment, not payments
Date: Thu, 25 Aug 2022 23:24:49 +0200

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

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 4c5cb560 submit-payment, not payments
4c5cb560 is described below

commit 4c5cb560b20cbb1b90e0c7effd39fb87fbd7c4df
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Aug 25 23:24:47 2022 +0200

    submit-payment, not payments
---
 cli/bin/libeufin-cli | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index c6310788..9d68f97d 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -804,7 +804,7 @@ def prepare_payment(
 @click.option("--payment-uuid", help="Payment unique identifier.  Submits only 
this payment.")
 @click.argument("account-name")
 @click.pass_obj
-def submit_payments(obj, account_name, payment_uuid):
+def submit_payment(obj, account_name, payment_uuid):
     if payment_uuid:
         url = urljoin_nodrop(
             obj.nexus_base_url,

-- 
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]