Skip to content

Commit

Permalink
Remove redundand (and shadowing) declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanik committed Aug 5, 2016
1 parent cce3024 commit a159f25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/blockencodings_tests.cpp
Expand Up @@ -283,7 +283,6 @@ BOOST_AUTO_TEST_CASE(EmptyBlockRoundTripTest)
std::vector<CTransaction> vtx_missing;
BOOST_CHECK(partialBlock.FillBlock(block2, vtx_missing) == READ_STATUS_OK);
BOOST_CHECK_EQUAL(block.GetHash().ToString(), block2.GetHash().ToString());
bool mutated;
BOOST_CHECK_EQUAL(block.hashMerkleRoot.ToString(), BlockMerkleRoot(block2, &mutated).ToString());
BOOST_CHECK(!mutated);
}
Expand Down

0 comments on commit a159f25

Please sign in to comment.