diff options
| author | Pavel Janík <[email protected]> | 2016-05-27 07:46:36 +0200 |
|---|---|---|
| committer | Pavel Janík <[email protected]> | 2016-05-27 07:46:36 +0200 |
| commit | 13c455823f6d74c9632bc85191a0bebad973da1d (patch) | |
| tree | c7ffa62d82f4c05373d6075c3bf38c9885cb5628 /src/test/sighash_tests.cpp | |
| parent | Merge #8019: Remove state arg from ReconsiderBlock, rename to ResetBlockFailu... (diff) | |
| download | discoin-13c455823f6d74c9632bc85191a0bebad973da1d.tar.xz discoin-13c455823f6d74c9632bc85191a0bebad973da1d.zip | |
Remove unused local variable shadowing upper local
Diffstat (limited to 'src/test/sighash_tests.cpp')
| -rw-r--r-- | src/test/sighash_tests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/sighash_tests.cpp b/src/test/sighash_tests.cpp index 04c6fa962..e43b2ff6c 100644 --- a/src/test/sighash_tests.cpp +++ b/src/test/sighash_tests.cpp @@ -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; |