File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 5
5
6
6
#include < validation.h>
7
7
8
- #include < kernel/chain.h>
9
- #include < kernel/coinstats.h>
10
- #include < kernel/mempool_persist.h>
11
-
12
8
#include < arith_uint256.h>
13
9
#include < chain.h>
14
10
#include < checkqueue.h>
22
18
#include < cuckoocache.h>
23
19
#include < flatfile.h>
24
20
#include < hash.h>
21
+ #include < kernel/chain.h>
25
22
#include < kernel/chainparams.h>
23
+ #include < kernel/coinstats.h>
26
24
#include < kernel/disconnected_transactions.h>
27
25
#include < kernel/mempool_entry.h>
28
26
#include < kernel/messagestartchars.h>
Original file line number Diff line number Diff line change 21
21
"qt/transactiontablemodel -> qt/walletmodel -> qt/transactiontablemodel" ,
22
22
"wallet/wallet -> wallet/walletdb -> wallet/wallet" ,
23
23
"kernel/coinstats -> validation -> kernel/coinstats" ,
24
- "kernel/mempool_persist -> validation -> kernel/mempool_persist" ,
25
24
26
25
# Temporary, removed in followup https://github.com/bitcoin/bitcoin/pull/24230
27
26
"index/base -> node/context -> net_processing -> index/blockfilterindex -> index/base" ,
You can’t perform that action at this time.
0 commit comments