gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: adapt to latest API


From: gnunet
Subject: [taler-deployment] branch master updated: adapt to latest API
Date: Mon, 18 Jul 2022 19:38:34 +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 ff764c5  adapt to latest API
ff764c5 is described below

commit ff764c5de20a03fb6d248bf861094579f6932c2f
Author: MS <ms@taler.net>
AuthorDate: Mon Jul 18 19:38:25 2022 +0200

    adapt to latest API
---
 bin/taler-local | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/taler-local b/bin/taler-local
index f2cb4bc..ff343d5 100755
--- a/bin/taler-local
+++ b/bin/taler-local
@@ -784,7 +784,7 @@ def prepare(x_forwarded_host, x_forwarded_proto, 
postgres_db_name):
             f"{TALER_PREFIX}/bin/libeufin-cli", "sandbox", "--sandbox-url",
             SANDBOX_URL + "/demobanks/default/", "demobank",
             "new-transaction", "--bank-account", "sandbox-account-survey",
-            "--payto-with-subject", payto, "--amount", f"{CURRENCY}:20"],
+            "--payto-with-subject", payto, "--amount", "20"],
             env = get_sandbox_cli_env(
                 username = "sandbox-account-survey",
                 password = ALL_INSTANCES_BANK_PASSWORD
@@ -1704,8 +1704,8 @@ def prepare(x_forwarded_host, x_forwarded_proto, 
postgres_db_name):
             default_max_wire_fee=f"{currency}:1",
             default_wire_fee_amortization=3,
             default_max_deposit_fee=f"{currency}:1",
-            default_wire_transfer_delay=dict(d_ms="forever"),
-            default_pay_delay=dict(d_ms="forever"),
+            default_wire_transfer_delay=dict(d_us="forever"),
+            default_pay_delay=dict(d_us="forever"),
             auth=dict(method="token", token=auth_token),
         )
         http_method = requests.post

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