From 0658526a8508cda03c406a628fddd30ca3f66529 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Mon, 13 Nov 2023 12:19:58 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Signed-off-by: Romain Ruetschi --- .changelog/v1.7.1/summary.md | 4 ++-- CHANGELOG.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.changelog/v1.7.1/summary.md b/.changelog/v1.7.1/summary.md index 1b47d7f6ed..28905e6542 100644 --- a/.changelog/v1.7.1/summary.md +++ b/.changelog/v1.7.1/summary.md @@ -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eecb46acd..d89c5132ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.