diff --git a/src/main.cpp b/src/main.cpp index 3234febea..9840863d2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2635,15 +2635,9 @@ bool ConnectBlock(const CBlock& block, CValidationState& state, CBlockIndex* pin std::vector > vPos; vPos.reserve(block.vtx.size()); blockundo.vtxundo.reserve(block.vtx.size() - 1); -<<<<<<< variant A - std::vector > addressIndex; std::vector > addressUnspentIndex; std::vector > spentIndex; - ->>>>>>> variant B - -======= end // Construct the incremental merkle tree at the current // block position, auto old_tree_root = view.GetBestAnchor();