taler-deployment

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

commit 7ca10a33c4a5cca81d93de188bc78389cde3632f
parent 04b1addfd4d0247e661b796c3b11a435825c4596
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sat, 19 Nov 2016 20:18:21 +0100

fix fees

Diffstat:
Mconfig/generate-config | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/generate-config b/config/generate-config @@ -25,10 +25,10 @@ def coin(currency, d_withdraw="32 years", d_spend="5 years", d_legal="10 years", - f_withdraw="0.10", - f_deposit="0.10", - f_refresh="0.10", - f_refund="0.10", + f_withdraw="0.01", + f_deposit="0.01", + f_refresh="0.01", + f_refund="0.01", rsa_keysize="2048"): sec = "coin_"+currency+"_"+name cfg_put(sec, "value", currency+":"+value)