From 8e4c13c14c48c891ae35b64a9e02ce0cb477b8b8 Mon Sep 17 00:00:00 2001 From: Eirik Ogilvie-Wigley Date: Wed, 28 Aug 2019 19:32:35 -0600 Subject: [PATCH] Add note about logging fix --- doc/release-notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index 22f8616dd..b0e7274d6 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -10,3 +10,8 @@ The warning that users of testnet got to upgrade for Blossom was somewhat short. Users who were running a pre-2.0.7 version of zcashd at testnet Blossom activation may now be on the wrong branch. We have added an "intended rewind" to prevent having to manually reindex when reconnecting to the correct chain. + + +Insight Explorer Logging Fix +---------------------------- +Fixed an issue where `ERROR: spent index not enabled` would be logged unnecessarily.