rename timeout commit bypass

This commit is contained in:
William Banfield
2022-01-06 11:50:56 -05:00
parent ccd282433c
commit 959447ce91
+2 -2
View File
@@ -66,7 +66,7 @@ The 8 timeout parameters will be consolidated down to 6. These will be as follow
parameters.
* `TimeoutCommit`
* Same as current `TimeoutCommit`.
* `TimeoutCommitBypassEnabled`
* `EnableTimeoutCommitBypass`
* Same as current `SkipTimeoutCommit`, renamed for clarity.
A safe default will be provided by Tendermint for each of these parameters and
@@ -152,7 +152,7 @@ message TimeoutParams {
google.protobuf.Duration vote = 3;
google.protobuf.Duration vote_delta = 4;
google.protobuf.Duration commit = 5;
bool commit_timeout_bypass_enabled = 6;
bool enable_commit_timeout_bypass = 6;
}
```