Fix redundant assignment added by bad merge in dea074b88a

This commit is contained in:
Glenn Willen 2022-06-27 12:46:15 -07:00
parent 7754db44e4
commit 3cef73b46c

View file

@ -3689,7 +3689,6 @@ bool BlockManager::AcceptBlockHeader(const CBlockHeader& block, BlockValidationS
if (duplicate) {
*duplicate = true;
}
pindex = miSelf->second;
if (ppindex)
*ppindex = pindex;
if (pindex->nStatus & BLOCK_FAILED_MASK) {