Skip to content

Commit

Permalink
removed historic namecoin bug in doichain blockchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Krause committed Mar 9, 2021
1 parent dfb2f68 commit 1cb04be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1838,10 +1838,6 @@ DisconnectResult CChainState::DisconnectBlock(const CBlock& block, const CBlockI
/* This may be due to a historic bug. For them, some names
are marked immediately as unspendable. They fail this check
when undoing, thus ignore them here. */
CChainParams::BugType type;
if (!Params ().IsHistoricBug (tx.GetHash (), pindex->nHeight, type) || type != CChainParams::BUG_FULLY_IGNORE) {
fClean = false; // transaction output mismatch
}
}
}
}
Expand Down

0 comments on commit 1cb04be

Please sign in to comment.