Skip to content

Commit

Permalink
Remove unused local variable shadowing upper local
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanik committed May 27, 2016
1 parent f7a21da commit 13c4558
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/sighash_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ BOOST_AUTO_TEST_CASE(sighash_from_data)
nHashType = test[3].get_int();
sigHashHex = test[4].get_str();

uint256 sh;
CDataStream stream(ParseHex(raw_tx), SER_NETWORK, PROTOCOL_VERSION);
stream >> tx;

Expand Down

0 comments on commit 13c4558

Please sign in to comment.