gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix number format


From: gnunet
Subject: [taler-deployment] branch master updated: fix number format
Date: Thu, 15 Sep 2022 08:54:54 +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 52ae4a3  fix number format
52ae4a3 is described below

commit 52ae4a3cc473f0af6eb453778c501d2eaadb432f
Author: MS <ms@taler.net>
AuthorDate: Thu Sep 15 08:54:13 2022 +0200

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

diff --git a/bin/taler-local b/bin/taler-local
index 55c821c..757209d 100755
--- a/bin/taler-local
+++ b/bin/taler-local
@@ -1706,8 +1706,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_us="0"),
-            default_pay_delay=dict(d_us="24*60*60*1000000"),
+            default_wire_transfer_delay=dict(d_us=0),
+            default_pay_delay=dict(d_us=24*60*60*1000000),
             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]