From 57a0fc8d1fd89944e763ad11c88f217d622ce723 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 15 Jan 2021 11:36:39 +0100 Subject: purge old LOOKAHEAD_PROVIDE option --- src/exchange/test_taler_exchange_httpd.conf | 4 ---- src/exchange/test_taler_exchange_unix.conf | 4 ---- 2 files changed, 8 deletions(-) (limited to 'src/exchange') diff --git a/src/exchange/test_taler_exchange_httpd.conf b/src/exchange/test_taler_exchange_httpd.conf index 29ecdeb1c..fc9f389b0 100644 --- a/src/exchange/test_taler_exchange_httpd.conf +++ b/src/exchange/test_taler_exchange_httpd.conf @@ -34,10 +34,6 @@ SIGNKEY_DURATION = 4 weeks # ahead of time? LOOKAHEAD_SIGN = 32 weeks 1 day -# how long do we provide to clients denomination and signing keys -# ahead of time? -LOOKAHEAD_PROVIDE = 4 weeks 1 day - # HTTP port the exchange listens to PORT = 8081 diff --git a/src/exchange/test_taler_exchange_unix.conf b/src/exchange/test_taler_exchange_unix.conf index 515a38266..88cc96fa1 100644 --- a/src/exchange/test_taler_exchange_unix.conf +++ b/src/exchange/test_taler_exchange_unix.conf @@ -32,10 +32,6 @@ SIGNKEY_DURATION = 4 weeks # ahead of time? LOOKAHEAD_SIGN = 32 weeks 1 day -# how long do we provide to clients denomination and signing keys -# ahead of time? -LOOKAHEAD_PROVIDE = 4 weeks 1 day - # HTTP port the exchange listens to (we want to use UNIX domain sockets, # so we use a port that just won't work on GNU/Linux without root rights) PORT = 999 -- cgit v1.2.3