From e0ae4e12905e247c8325ba50cd2e9d4f8231a54d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 17 Mar 2015 14:45:31 +0100 Subject: conclude taler-mint-keyup initial review --- contrib/mint-template/config/mint-keyup.conf | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'contrib') diff --git a/contrib/mint-template/config/mint-keyup.conf b/contrib/mint-template/config/mint-keyup.conf index b96ae4b95..9091c6c97 100644 --- a/contrib/mint-template/config/mint-keyup.conf +++ b/contrib/mint-template/config/mint-keyup.conf @@ -11,11 +11,12 @@ lookahead_sign = 32 weeks 1 day # ahead of time? lookahead_provide = 4 weeks 1 day -# what coin types do we have available? -coin_types = default_eur_ct_10 default_eur_5 default_eur_10 default_eur_1000 - -[default_eur_ct_10] +# Coin definitions are detected because the section +# name begins with "coin_". The rest of the +# name is free, but of course following the convention +# of "coin_$CURRENCY[_$SUBUNIT]_$VALUE" make sense. +[coin_eur_ct_10] value = EUR:0.10 duration_overlap = 5 minutes duration_withdraw = 7 days @@ -26,7 +27,7 @@ fee_refresh = EUR:0.01 rsa_keysize = 1024 kappa = 3 -[default_eur_5] +[coin_eur_5] value = EUR:5 duration_overlap = 5 minutes duration_withdraw = 7 days @@ -37,7 +38,7 @@ fee_refresh = EUR:0.01 rsa_keysize = 1024 kappa = 3 -[default_eur_10] +[coin_eur_10] value = EUR:10 duration_overlap = 5 minutes duration_withdraw = 7 days @@ -48,7 +49,7 @@ fee_refresh = EUR:0.01 rsa_keysize = 1024 kappa = 3 -[default_eur_1000] +[coin_eur_1000] value = EUR:1000 duration_overlap = 5 minutes duration_withdraw = 7 days -- cgit v1.2.3