Skip to content

Commit 8d47ecb

Browse files
MarcoFalkecodablock
authored andcommitted
Merge bitcoin#8108: Trivial: Remove unused local variable shadowing upper local
13c4558 Remove unused local variable shadowing upper local (Pavel Janík)
1 parent 7db5be4 commit 8d47ecb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/sighash_tests.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ BOOST_AUTO_TEST_CASE(sighash_from_data)
195195
nHashType = test[3].get_int();
196196
sigHashHex = test[4].get_str();
197197

198-
uint256 sh;
199198
CDataStream stream(ParseHex(raw_tx), SER_NETWORK, PROTOCOL_VERSION);
200199
stream >> tx;
201200

0 commit comments

Comments
 (0)