gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix currency mismatch


From: gnunet
Subject: [taler-deployment] branch master updated: fix currency mismatch
Date: Wed, 08 Jun 2022 10:58:06 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new def2651  fix currency mismatch
def2651 is described below

commit def2651beae9400d525eaec484384265a37cc648
Author: MS <ms@taler.net>
AuthorDate: Wed Jun 8 10:58:01 2022 +0200

    fix currency mismatch
---
 bin/taler-local | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-local b/bin/taler-local
index a84645c..f2cb4bc 100755
--- a/bin/taler-local
+++ b/bin/taler-local
@@ -529,7 +529,7 @@ CUSTOMER_BANK_ACCOUNT = "sandbox-account-customer"
 CUSTOMER_BANK_PASSWORD = "secret"
 # needed along preparation and later to withdraw via
 # the Access API.
-CURRENCY = "EUR"
+CURRENCY = "CHF"
 
 @cli.command()
 @click.option(
@@ -1456,7 +1456,7 @@ def prepare(x_forwarded_host, x_forwarded_proto, 
postgres_db_name):
     # Make the 'default' demobank at Sandbox.  (No signup bonus)
     Command([
         f"{TALER_PREFIX}/bin/libeufin-sandbox",
-        "config", "--currency", "CHF", "--without-signup-bonus", "default"],
+        "config", "--currency", CURRENCY, "--with-signup-bonus", "default"],
         env={
             "PATH": os.environ["PATH"],
             "LIBEUFIN_SANDBOX_DB_CONNECTION": f"jdbc:sqlite:{SANDBOX_DB_FILE}"

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