From 9ecc3a54be04252d7086236247966d1f721778e5 Mon Sep 17 00:00:00 2001 From: sergerad Date: Mon, 20 Jan 2025 13:09:56 +1300 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c7101ef..64a74c3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to - Limit the number of bytes read by NR RPC middleware - Add fix [#30014](https://github.com/ethereum/go-ethereum/pull/30014) and [#30430](https://github.com/ethereum/go-ethereum/pull/30430) from upstream -- Enforce pricelimit (100 gwei) on rewards values returned by `eth_feeHistory` +- Enforce pricelimit (10 gwei) on rewards values returned by `eth_feeHistory` ## [v1.0.0-beta.13] @@ -240,7 +240,3 @@ The following changes were made to support the forks: - Added CLI parameter options for the geth immutable bootstraper, which can potentially takes in a list of filepaths for blocklists and allowlists (#83) - Added flags to disable Admin/Txpool/Engine/Debug endpoints on RPC server - -### Fixed - -[unreleased]: https://github.com/immutable/go-ethereum/compare/v1.11.6-beta.1...HEAD