Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Joss <[email protected]>
Signed-off-by: Romain Ruetschi <[email protected]>
  • Loading branch information
romac and ljoss17 committed Nov 13, 2023
1 parent eff587d commit 0658526
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .changelog/v1.7.1/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ at a different value for each chain, using the new per-chain `clear_interval` se
The global `clear_interval` setting is used as a default value if the per-chain
setting is not defined.

Additionnaly, operators can now set override the CometBFT compatibility mode to be used
for a chain by using the new `compat_mode` per-chain setting. The main use case for this,
Additionnaly, operators can now override the CometBFT compatibility mode to be used
for a chain by using the new `compat_mode` per-chain setting. The main use case for this
is to override the automatically detected compatibility mode in case Hermes gets it wrong
or encounters a non-standard version number and falls back on the wrong CometBFT version.

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ at a different value for each chain, using the new per-chain `clear_interval` se
The global `clear_interval` setting is used as a default value if the per-chain
setting is not defined.

Additionnaly, operators can now set override the CometBFT compatibility mode to be used
for a chain by using the new `compat_mode` per-chain setting. The main use case for this,
Additionnaly, operators can now override the CometBFT compatibility mode to be used
for a chain by using the new `compat_mode` per-chain setting. The main use case for this
is to override the automatically detected compatibility mode in case Hermes gets it wrong
or encounters a non-standard version number and falls back on the wrong CometBFT version.

Expand Down

0 comments on commit 0658526

Please sign in to comment.