[test] Remove unused code

This commit is contained in:
MarcoFalke
2016-08-24 17:05:12 +02:00
parent 62a5a8a018
commit fa1cf9e7b8
4 changed files with 2 additions and 23 deletions

View File

@@ -122,7 +122,6 @@ BOOST_AUTO_TEST_CASE(pmt_malleability)
std::vector<bool> vMatch = boost::assign::list_of(false)(false)(false)(false)(false)(false)(false)(false)(false)(true)(true)(false);
CPartialMerkleTree tree(vTxid, vMatch);
std::vector<uint256> vTxid2;
std::vector<unsigned int> vIndex;
BOOST_CHECK(tree.ExtractMatches(vTxid, vIndex).IsNull());
}