[test] Remove unused code

Zcash: left createArgs() as we still have rpc_wallet_tests which uses it.
This commit is contained in:
MarcoFalke
2016-08-24 17:05:12 +02:00
committed by Jack Grigg
parent d97bfb766b
commit 57be66d30e
3 changed files with 2 additions and 11 deletions

View File

@@ -120,7 +120,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;
BOOST_CHECK(tree.ExtractMatches(vTxid).IsNull());
}