From ab5d450d3c249a8396731988eefad21e433e3618 Mon Sep 17 00:00:00 2001 From: Bob Conan Date: Tue, 29 Oct 2024 14:43:56 -0500 Subject: [PATCH] Update RELEASENOTES.md (#5154) fix the typo "concensus" -> "consensus" --- RELEASENOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 37f884b578..c6a43f4aa7 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -557,7 +557,7 @@ If you operate an XRP Ledger server, upgrade to version 2.0.0 by January 22, 202 - Switched to Unity builds to speed up Windows CI. [#4780](https://github.com/XRPLF/rippled/pull/4780) -- Clarified what makes concensus healthy in `FeeEscalation.md`. [#4729](https://github.com/XRPLF/rippled/pull/4729) +- Clarified what makes consensus healthy in `FeeEscalation.md`. [#4729](https://github.com/XRPLF/rippled/pull/4729) - Removed a dependency on the header for unit tests. [#4788](https://github.com/XRPLF/rippled/pull/4788)