From ccd282433c8b2a7657ae83ffa24e52d5cf07db74 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Thu, 6 Jan 2022 09:56:01 -0500 Subject: [PATCH] skip timeout commit rename --- docs/architecture/adr-074-timeout-params.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/architecture/adr-074-timeout-params.md b/docs/architecture/adr-074-timeout-params.md index fe5408580..c75a15fe8 100644 --- a/docs/architecture/adr-074-timeout-params.md +++ b/docs/architecture/adr-074-timeout-params.md @@ -66,8 +66,8 @@ The 8 timeout parameters will be consolidated down to 6. These will be as follow parameters. * `TimeoutCommit` * Same as current `TimeoutCommit`. -* `SkipTimeoutCommit` - * Same as current `SkipTimeoutCommit`. +* `TimeoutCommitBypassEnabled` + * Same as current `SkipTimeoutCommit`, renamed for clarity. A safe default will be provided by Tendermint for each of these parameters and networks will be able to update the parameters as they see fit. Local updates