From 582dc52b67e242214ce5e76d4da1869277fe4d46 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Wed, 1 Feb 2023 17:34:35 -0700 Subject: [PATCH] Add #6387 fix to v5.4.0 release notes. --- doc/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index 2d85f840e..f89cad6d5 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -11,6 +11,9 @@ This release fixes an issue that could potentially cause a node to crash with th log message "The wallet's best block hash `` was not detected in restored chain state. Giving up; please restart with `-rescan`." +Additionally, a bug that could cause an assertion failure during reindexing has +been fixed. See [#6387](https://github.com/zcash/zcash/pull/6387) for details. + Transparent pool and chain supply tracking ------------------------------------------