diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-06-18 14:14:14 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-06-18 14:14:14 +0200 |
commit | 3a4429aa008fdab3b5787cd5e406bfd1c556c8e0 (patch) | |
tree | 8138dde79eef29e1e71a2ef26ed44828ccd0c37c /contrib/mint-template | |
parent | b696e1db1d1fb266e9ae29c1aea74c6d0d38546c (diff) |
do not apply 'now' restriction on anchor finding
Diffstat (limited to 'contrib/mint-template')
-rw-r--r-- | contrib/mint-template/config/mint-keyup.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/mint-template/config/mint-keyup.conf b/contrib/mint-template/config/mint-keyup.conf index 7670ebf10..d8bbc9d20 100644 --- a/contrib/mint-template/config/mint-keyup.conf +++ b/contrib/mint-template/config/mint-keyup.conf @@ -24,6 +24,7 @@ value = EUR:0.10 duration_overlap = 5 minutes duration_withdraw = 7 days duration_spend = 2 years +duration_legal = 3 years fee_withdraw = EUR:0.01 fee_deposit = EUR:0.01 fee_refresh = EUR:0.01 @@ -34,6 +35,7 @@ value = EUR:5 duration_overlap = 5 minutes duration_withdraw = 7 days duration_spend = 2 years +duration_legal = 3 years fee_withdraw = EUR:0.01 fee_deposit = EUR:0.01 fee_refresh = EUR:0.01 @@ -44,6 +46,7 @@ value = EUR:10 duration_overlap = 5 minutes duration_withdraw = 7 days duration_spend = 2 years +duration_legal = 3 years fee_withdraw = EUR:0.01 fee_deposit = EUR:0.01 fee_refresh = EUR:0.01 @@ -54,6 +57,7 @@ value = EUR:1000 duration_overlap = 5 minutes duration_withdraw = 7 days duration_spend = 2 years +duration_legal = 3 years fee_withdraw = EUR:0.01 fee_deposit = EUR:0.01 fee_refresh = EUR:0.01 |