aboutsummaryrefslogtreecommitdiff
path: root/src/test/pmt_tests.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2016-08-25 10:59:45 +0200
committerMarcoFalke <[email protected]>2016-08-25 11:00:21 +0200
commit95a983d56dbda457e3bf8766d59bac74c7aa5699 (patch)
treecb1d997046e114bf2b8416d53586d4603b130242 /src/test/pmt_tests.cpp
parentMerge #8282: net: Feeler connections to increase online addrs in the tried ta... (diff)
parent[test] Remove unused code (diff)
downloaddiscoin-95a983d56dbda457e3bf8766d59bac74c7aa5699.tar.xz
discoin-95a983d56dbda457e3bf8766d59bac74c7aa5699.zip
Merge #8578: [test] Remove unused code
fa1cf9e [test] Remove unused code (MarcoFalke)
Diffstat (limited to 'src/test/pmt_tests.cpp')
-rw-r--r--src/test/pmt_tests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/pmt_tests.cpp b/src/test/pmt_tests.cpp
index 74ffe0cc7..e9c869174 100644
--- a/src/test/pmt_tests.cpp
+++ b/src/test/pmt_tests.cpp
@@ -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());
}