Litecoin: Fix checkblock bench test

pull/357/head
Adrian Gallagher 7 years ago
parent 54e4c2f68d
commit 750e8136b9
No known key found for this signature in database
GPG Key ID: FE3348877809386C

@ -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,

Binary file not shown.
Loading…
Cancel
Save