mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Fix redundant assignment added by bad merge in dea074b88a
This commit is contained in:
parent
7754db44e4
commit
3cef73b46c
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue