[test] Remove unused code
Zcash: left createArgs() as we still have rpc_wallet_tests which uses it.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user