Litecoin: Fix checkblock bench test

This commit is contained in:
Adrian Gallagher 2017-07-22 00:24:49 -07:00
parent 54e4c2f68d
commit 750e8136b9
No known key found for this signature in database
GPG Key ID: FE3348877809386C
2 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ namespace block_bench {
// a block off the wire, but before we can relay the block on to peers using
// compact block relay.
// Litecoin uses block height 878439, hash 0babe680f55a55d54339511226755f0837261da89a4e78eba4d6436a63026df8
// which contains 3808 transactions.
static void DeserializeBlockTest(benchmark::State& state)
{
CDataStream stream((const char*)block_bench::block413567,

BIN
src/bench/data/block413567.raw Normal file → Executable file

Binary file not shown.