You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/bench/checkblock.cpp
+5-12Lines changed: 5 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -3,41 +3,34 @@
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
5
#include<bench/bench.h>
6
+
#include<bench/data.h>
6
7
7
8
#include<chainparams.h>
8
9
#include<validation.h>
9
10
#include<streams.h>
10
11
#include<consensus/validation.h>
11
12
12
-
namespaceblock_bench {
13
-
#include<bench/data/block413567.raw.h>
14
-
} // namespace block_bench
15
-
16
13
// These are the two major time-sinks which happen after we have fully received
17
14
// a block off the wire, but before we can relay the block on to peers using
// Distributed under the MIT software license, see the accompanying
3
+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
// Distributed under the MIT software license, see the accompanying
3
+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
0 commit comments