gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated (2c78233f -> c151b861)


From: gnunet
Subject: [libeufin] branch master updated (2c78233f -> c151b861)
Date: Tue, 01 Feb 2022 04:42:30 +0100

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

ttn pushed a change to branch master
in repository libeufin.

    from 2c78233f no need to URL-decode before Java's URL()
     new 796567b2 downcase "sandbox" for uniformity w/ other error messages
     new c151b861 fix typo: s/nexus/sandbox/ in error message

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:
 cli/bin/libeufin-cli | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index 9a69619d..ac1f2951 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -1228,7 +1228,7 @@ def sandbox_demobank_new_transaction(obj, bank_account, 
payto_with_subject, amou
         )
     except Exception as e:
         print(e)
-        print("Could not reach Sandbox at " + url)
+        print("Could not reach sandbox at " + url)
         exit(1)
 
     check_response_status(resp)
@@ -1275,7 +1275,7 @@ def sandbox_demobank_register(obj, public):
         )
     except Exception as e:
         print(e)
-        print("Could not reach nexus at " + url)
+        print("Could not reach sandbox at " + url)
         exit(1)
     check_response_status(resp)
 

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