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: wire fee


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: wire fee
Date: Wed, 08 Mar 2017 01:48:40 +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 63112a9  wire fee
63112a9 is described below

commit 63112a9b5cd6bd1f0ebcfb6c0e8c373011507cab
Author: Florian Dold <address@hidden>
AuthorDate: Wed Mar 8 01:48:37 2017 +0100

    wire fee
---
 config/generate-config | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/config/generate-config b/config/generate-config
index 6ab829b..aff8eb0 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -118,6 +118,11 @@ def config(currency, envname, exchange_pub, standalone):
     cfg_put("exchange-wire-outgoing-test", "exchange_account_number", "2")
     cfg_put("exchange-wire-test", "enable", "yes")
 
+
+    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")
+
     # 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]