From 52fa78b448394f1fcd2faec648c0ed3d04d4c7de Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 4 Jul 2018 00:43:24 +0200 Subject: lookahead/duration options are in [exchange], not [exchange_keys], use consistently --- src/exchange/taler-exchange-httpd_keystate.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_keystate.c') diff --git a/src/exchange/taler-exchange-httpd_keystate.c b/src/exchange/taler-exchange-httpd_keystate.c index 409e55b47..987a938fc 100644 --- a/src/exchange/taler-exchange-httpd_keystate.c +++ b/src/exchange/taler-exchange-httpd_keystate.c @@ -572,13 +572,13 @@ TALER_EXCHANGE_conf_duration_provide () if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_time (cfg, - "exchange_keys", - "lookahead_provide", + "exchange", + "LOOKAHEAD_PROVIDE", &rel)) { GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_ERROR, - "exchange_keys", - "lookahead_provide", + "exchange", + "LOOKAHEAD_PROVIDE", "time value required"); GNUNET_assert (0); } -- cgit v1.2.3