diff options
| author | MarcoFalke <[email protected]> | 2016-08-24 17:05:12 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-08-24 20:21:31 +0200 |
| commit | fa1cf9e7b83c7d1ac6130589c24c055406ba407a (patch) | |
| tree | 8b6a3d59357d450a7ae499ad5c347a2a344c141b /src/test/pmt_tests.cpp | |
| parent | Merge #8463: [qt] Remove Priority from coincontrol dialog (diff) | |
| download | discoin-fa1cf9e7b83c7d1ac6130589c24c055406ba407a.tar.xz discoin-fa1cf9e7b83c7d1ac6130589c24c055406ba407a.zip | |
[test] Remove unused code
Diffstat (limited to 'src/test/pmt_tests.cpp')
| -rw-r--r-- | src/test/pmt_tests.cpp | 1 |
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()); } |