Strip git diff

This commit is contained in:
jl777
2018-04-16 06:07:52 +03:00
parent b63b56277b
commit cd6830c5e1

View File

@@ -2635,15 +2635,9 @@ bool ConnectBlock(const CBlock& block, CValidationState& state, CBlockIndex* pin
std::vector<std::pair<uint256, CDiskTxPos> > vPos;
vPos.reserve(block.vtx.size());
blockundo.vtxundo.reserve(block.vtx.size() - 1);
<<<<<<< variant A
std::vector<std::pair<CAddressIndexKey, CAmount> > addressIndex;
std::vector<std::pair<CAddressUnspentKey, CAddressUnspentValue> > addressUnspentIndex;
std::vector<std::pair<CSpentIndexKey, CSpentIndexValue> > spentIndex;
>>>>>>> variant B
======= end
// Construct the incremental merkle tree at the current
// block position,
auto old_tree_root = view.GetBestAnchor();