taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit ff764c5de20a03fb6d248bf861094579f6932c2f
parent 94639890ccca13c73ff8628d53eafe9d30780f4e
Author: MS <ms@taler.net>
Date:   Mon, 18 Jul 2022 19:38:25 +0200

adapt to latest API

Diffstat:
Mbin/taler-local | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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