mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-17 18:40:09 +00:00
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:
commit
a80de15113
@ -195,7 +195,6 @@ BOOST_AUTO_TEST_CASE(sighash_from_data)
|
|||||||
nHashType = test[3].get_int();
|
nHashType = test[3].get_int();
|
||||||
sigHashHex = test[4].get_str();
|
sigHashHex = test[4].get_str();
|
||||||
|
|
||||||
uint256 sh;
|
|
||||||
CDataStream stream(ParseHex(raw_tx), SER_NETWORK, PROTOCOL_VERSION);
|
CDataStream stream(ParseHex(raw_tx), SER_NETWORK, PROTOCOL_VERSION);
|
||||||
stream >> tx;
|
stream >> tx;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user