Browse Source

Clean up

pull/361/head
Duke 7 months ago
parent
commit
a554377225
  1. 3
      src/validationinterface.cpp

3
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

Loading…
Cancel
Save