mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
Remove unused local variable shadowing upper local
This commit is contained in:
parent
f7a21dae5d
commit
13c455823f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user