Skip to content

Commit a159f25

Browse files
committed
Remove redundand (and shadowing) declaration
1 parent cce3024 commit a159f25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/blockencodings_tests.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ BOOST_AUTO_TEST_CASE(EmptyBlockRoundTripTest)
283283
std::vector<CTransaction> vtx_missing;
284284
BOOST_CHECK(partialBlock.FillBlock(block2, vtx_missing) == READ_STATUS_OK);
285285
BOOST_CHECK_EQUAL(block.GetHash().ToString(), block2.GetHash().ToString());
286-
bool mutated;
287286
BOOST_CHECK_EQUAL(block.hashMerkleRoot.ToString(), BlockMerkleRoot(block2, &mutated).ToString());
288287
BOOST_CHECK(!mutated);
289288
}

0 commit comments

Comments
 (0)