gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: more reasonable s


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: more reasonable spend duration
Date: Wed, 08 Mar 2017 02:11:30 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 9af6260  more reasonable spend duration
9af6260 is described below

commit 9af626060099b1c0b67a97b74419217d16091979
Author: Florian Dold <address@hidden>
AuthorDate: Wed Mar 8 02:11:26 2017 +0100

    more reasonable spend duration
---
 config/generate-config | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/config/generate-config b/config/generate-config
index 350d8c6..fc40b7b 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -22,7 +22,7 @@ def coin(currency,
         name,
         value,
         d_overlap="5 minutes",
-        d_withdraw="32 years",
+        d_withdraw="3 years",
         d_spend="5 years",
         d_legal="10 years",
         f_withdraw="0.01",
@@ -122,7 +122,11 @@ def config(currency, envname, exchange_pub, standalone):
     cfg_put("exchange-wire-test", "wire-fee-2017", currency + ":" + "0.01")
     cfg_put("exchange-wire-test", "wire-fee-2018", currency + ":" + "0.02")
     cfg_put("exchange-wire-test", "wire-fee-2019", currency + ":" + "0.03")
-    cfg_put("exchange-wire-test", "wire-fee-2020", currency + ":" + "0.04")
+    cfg_put("exchange-wire-test", "wire-fee-2021", currency + ":" + "0.04")
+    cfg_put("exchange-wire-test", "wire-fee-2022", currency + ":" + "0.05")
+    cfg_put("exchange-wire-test", "wire-fee-2023", currency + ":" + "0.06")
+    cfg_put("exchange-wire-test", "wire-fee-2024", currency + ":" + "0.07")
+    cfg_put("exchange-wire-test", "wire-fee-2025", currency + ":" + "0.08")
 
     # how long is one signkey valid?
     cfg_put("exchange_keys", "signkey_duration", "18 weeks")

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]