From a554377225687fbca3680f8cc43e30a3133aad12 Mon Sep 17 00:00:00 2001 From: Duke Date: Tue, 31 Oct 2023 10:30:18 -0400 Subject: [PATCH] Clean up --- src/validationinterface.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/validationinterface.cpp b/src/validationinterface.cpp index 12cabfac5..8db9e25f3 100644 --- a/src/validationinterface.cpp +++ b/src/validationinterface.cpp @@ -135,9 +135,6 @@ void ThreadNotifyWallets(CBlockIndex *pindexLastTip) while (pindex && pindex != pindexFork) { // Get the Sprout commitment tree as of the start of this block. SproutMerkleTree oldSproutTree; - //TODO: how important is oldSproutTree ? - //assert(pcoinsTip->GetSproutAnchorAt(pindex->hashSproutAnchor, oldSproutTree)); - // Get the Sapling commitment tree as of the start of this block. // We can get this from the `hashFinalSaplingRoot` of the last block // However, this is only reliable if the last block was on or after