File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 66
77#include < chainparams.h>
88#include < consensus/validation.h>
9- #include < masternode/sync.h>
109#include < node/blockstorage.h>
1110#include < spork.h>
1211#include < stats/client.h>
Original file line number Diff line number Diff line change 99#include < instantsend/lock.h>
1010
1111#include < net_types.h>
12- #include < primitives/transaction.h>
1312#include < protocol.h>
1413#include < saltedhasher.h>
1514#include < sync.h>
1615#include < threadsafety.h>
1716#include < unordered_lru_cache.h>
1817
1918#include < optional>
20- #include < unordered_set>
2119#include < vector>
2220
2321class CBlockIndex ;
@@ -30,6 +28,7 @@ struct LLMQParams;
3028namespace util {
3129struct DbWrapperParams ;
3230} // namespace util
31+ typedef std::shared_ptr<const CTransaction> CTransactionRef;
3332
3433namespace instantsend {
3534
Original file line number Diff line number Diff line change 66#define BITCOIN_INSTANTSEND_SIGNING_H
77
88#include < instantsend/lock.h>
9- #include < instantsend/signing.h>
109#include < llmq/signing.h>
11-
12- #include < optional >
10+ # include < sync.h >
11+ #include < threadsafety.h >
1312
1413class CMasternodeSync ;
1514class CSporkManager ;
You can’t perform that action at this time.
0 commit comments