gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: update years in fee generator:


From: gnunet
Subject: [taler-deployment] branch master updated: update years in fee generator:
Date: Tue, 21 Jul 2020 23:30:35 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 4271216  update years in fee generator:
4271216 is described below

commit 4271216bd360bd7df3d91c1728ffb4176a0cf840
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jul 21 23:30:33 2020 +0200

    update years in fee generator:
---
 bin/taler-config-generate | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/bin/taler-config-generate b/bin/taler-config-generate
index 16f816b..cb77780 100755
--- a/bin/taler-config-generate
+++ b/bin/taler-config-generate
@@ -166,23 +166,27 @@ def config(obj):
     obj.cfg_put("exchange-account-1", "enable_debit", "yes")
     obj.cfg_put("exchange-account-1", "enable_credit", "yes")
 
-    obj.cfg_put("fees-x-taler-bank", "wire-fee-2018", obj.currency + ":" + 
"0.02")
-    obj.cfg_put("fees-x-taler-bank", "wire-fee-2019", obj.currency + ":" + 
"0.03")
     obj.cfg_put("fees-x-taler-bank", "wire-fee-2020", obj.currency + ":" + 
"0.04")
     obj.cfg_put("fees-x-taler-bank", "wire-fee-2021", obj.currency + ":" + 
"0.04")
     obj.cfg_put("fees-x-taler-bank", "wire-fee-2022", obj.currency + ":" + 
"0.05")
     obj.cfg_put("fees-x-taler-bank", "wire-fee-2023", obj.currency + ":" + 
"0.06")
     obj.cfg_put("fees-x-taler-bank", "wire-fee-2024", obj.currency + ":" + 
"0.07")
     obj.cfg_put("fees-x-taler-bank", "wire-fee-2025", obj.currency + ":" + 
"0.08")
+    obj.cfg_put("fees-x-taler-bank", "wire-fee-2026", obj.currency + ":" + 
"0.02")
+    obj.cfg_put("fees-x-taler-bank", "wire-fee-2027", obj.currency + ":" + 
"0.03")
+    obj.cfg_put("fees-x-taler-bank", "wire-fee-2028", obj.currency + ":" + 
"0.03")
+    obj.cfg_put("fees-x-taler-bank", "wire-fee-2029", obj.currency + ":" + 
"0.03")
 
-    obj.cfg_put("fees-x-taler-bank", "closing-fee-2018", obj.currency + ":" + 
"0.01")
-    obj.cfg_put("fees-x-taler-bank", "closing-fee-2019", obj.currency + ":" + 
"0.01")
     obj.cfg_put("fees-x-taler-bank", "closing-fee-2020", obj.currency + ":" + 
"0.01")
     obj.cfg_put("fees-x-taler-bank", "closing-fee-2021", obj.currency + ":" + 
"0.01")
     obj.cfg_put("fees-x-taler-bank", "closing-fee-2022", obj.currency + ":" + 
"0.01")
     obj.cfg_put("fees-x-taler-bank", "closing-fee-2023", obj.currency + ":" + 
"0.01")
     obj.cfg_put("fees-x-taler-bank", "closing-fee-2024", obj.currency + ":" + 
"0.01")
     obj.cfg_put("fees-x-taler-bank", "closing-fee-2025", obj.currency + ":" + 
"0.01")
+    obj.cfg_put("fees-x-taler-bank", "closing-fee-2026", obj.currency + ":" + 
"0.01")
+    obj.cfg_put("fees-x-taler-bank", "closing-fee-2027", obj.currency + ":" + 
"0.01")
+    obj.cfg_put("fees-x-taler-bank", "closing-fee-2028", obj.currency + ":" + 
"0.01")
+    obj.cfg_put("fees-x-taler-bank", "closing-fee-2029", obj.currency + ":" + 
"0.01")
 
     # how long is one signkey valid?
     obj.cfg_put("exchange_keys", "signkey_duration", "18 weeks")

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