From 2c9bfa32ae4d4917fa7d71ee2715cc487be510ff Mon Sep 17 00:00:00 2001 From: William Banfield Date: Thu, 6 Jan 2022 11:51:40 -0500 Subject: [PATCH] sentence fixup --- docs/architecture/adr-074-timeout-params.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/adr-074-timeout-params.md b/docs/architecture/adr-074-timeout-params.md index a7f54546a..60073699a 100644 --- a/docs/architecture/adr-074-timeout-params.md +++ b/docs/architecture/adr-074-timeout-params.md @@ -170,7 +170,7 @@ namely, each value must be non-negative. Migration to using these new parameters will occur across two releases. During the v0.36 release, Tendermint will add these as consensus parameters. -The old parameters config-local parameters will continue to exist as well in the +The old local config parameters will continue to exist as well in the v0.36 release. If the parameters are set as consensus parameters, the config-local parameters will be ignored. If the consensus parameters are not set, Tendermint will fall back to using the values contained in the `config.toml` file.