From c835cf99b347c907319f6a99873ef43c4ceeeefe Mon Sep 17 00:00:00 2001 From: wileyj <2847772+wileyj@users.noreply.github.com> Date: Thu, 18 Aug 2022 08:07:08 -0700 Subject: [PATCH] Remove line about non-existent PR 3229 --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a84db6add..1b47512e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,6 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE - Updates to the logging of transaction events (#3139). - Moved puppet-chain to `./contrib/tools` directory and disabled compiling by default (#3200) -- Optimized mempool walk to speed up miner loop 6x (#3229) ### Fixed