mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
Drop CHashWriter
This commit is contained in:
@@ -122,7 +122,7 @@ BOOST_AUTO_TEST_CASE(siphash)
|
||||
(uint64_t(x+4)<<32)|(uint64_t(x+5)<<40)|(uint64_t(x+6)<<48)|(uint64_t(x+7)<<56));
|
||||
}
|
||||
|
||||
CHashWriter ss{CLIENT_VERSION};
|
||||
HashWriter ss{};
|
||||
CMutableTransaction tx;
|
||||
// Note these tests were originally written with tx.nVersion=1
|
||||
// and the test would be affected by default tx version bumps if not fixed.
|
||||
|
||||
Reference in New Issue
Block a user