taler-deployment

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

commit 808f5c47081d632fe07419931099f6b2bed033b0
parent b08cd486d25b6bb30f2af534ca5e2ab65d29f522
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed,  8 Mar 2017 01:51:26 +0100

apparently the exchange wants fees well into the future?

Diffstat:
Mconfig/generate-config | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config/generate-config b/config/generate-config @@ -122,6 +122,7 @@ 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") # how long is one signkey valid? cfg_put("exchange_keys", "signkey_duration", "18 weeks")