Fix tests that depend on old block header format

Changes to bloom tests were done by running the following commands:

sed -i 's/\(CDataStream stream(ParseHex(".\{152\}\)\(.\{8\}\)/\100000000000000000000000000000000000000000000000000000000\200/' src/test/bloom_tests.cpp
sed -i 's/\(vector<unsigned char> vch = ParseHex(".\{152\}\)\(.\{8\}\)/\100000000000000000000000000000000000000000000000000000000\200/' src/test/bloom_tests.cpp

and then reverting the single change to the transaction line.
This commit is contained in:
Jack Grigg
2016-04-08 14:38:33 +12:00
parent b82dccaa0d
commit cf00c47d5b
2 changed files with 23 additions and 16 deletions

File diff suppressed because one or more lines are too long