Merge #8108: Trivial: Remove unused local variable shadowing upper local

13c4558 Remove unused local variable shadowing upper local (Pavel Janík)
This commit is contained in:
MarcoFalke 2016-05-27 08:48:54 +02:00
commit a80de15113
No known key found for this signature in database
GPG Key ID: 2D7F2372E50FE137
1 changed files with 0 additions and 1 deletions

View File

@ -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;