We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776d370 commit 44f2ec1Copy full SHA for 44f2ec1
src/test/sv2_mock_mining.h
@@ -5,18 +5,18 @@
5
#ifndef BITCOIN_TEST_SV2_MOCK_MINING_H
6
#define BITCOIN_TEST_SV2_MOCK_MINING_H
7
8
-#include <interfaces/mining.h>
9
-#include <script/script.h>
10
-#include <sync.h>
11
-#include <uint256.h>
12
-#include <primitives/transaction.h>
13
-
14
#include <condition_variable>
15
#include <memory>
16
#include <mutex>
17
#include <queue>
18
#include <vector>
19
+#include <interfaces/mining.h>
+#include <primitives/transaction.h>
+#include <script/script.h>
+#include <sync.h>
+#include <uint256.h>
+
20
// Minimal mocks for the Mining IPC interface used by sv2 tests.
21
22
struct MockEvent {
0 commit comments