diff options
| author | Florian Dold <florian@dold.me> | 2021-01-14 16:34:48 +0100 |
|---|---|---|
| committer | Florian Dold <florian@dold.me> | 2021-01-14 16:34:48 +0100 |
| commit | f45e72ae5dcd9f5d4b189189e825f911f1a4f7dc (patch) | |
| tree | f120bc6a645afc5362649e82e56c778b25d24092 /src/benchmark | |
| parent | e3a0bc0d1f1d14123b56b041b475c8090d20ec1c (diff) | |
remove legacy config option
Diffstat (limited to 'src/benchmark')
| -rw-r--r-- | src/benchmark/benchmark.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf index ed02cfc2..3becf107 100644 --- a/src/benchmark/benchmark.conf +++ b/src/benchmark/benchmark.conf @@ -13,8 +13,7 @@ CURRENCY_ROUND_UNIT = EUR:0.01 [exchange] # how long is one signkey valid? signkey_duration = 4 weeks -# how long are the signatures with the signkey valid? -legal_duration = 2 years +signkey_legal_duration = 2 years # how long do we provide to clients denomination and signing keys # ahead of time? lookahead_provide = 4 weeks 1 day |
