BaseIndex::DB
from the TxIndex::DB
into the correct place. Originally part of #14053.
Needs rebase, and I see your previous commit had some apparent unused includes. If you agree, you can add a commit here to remove them:
0diff --git a/src/index/disktxpos.h b/src/index/disktxpos.h
1index 8cd2270028..129f9dc7c0 100644
2--- a/src/index/disktxpos.h
3+++ b/src/index/disktxpos.h
4@@ -5,10 +5,8 @@
5 #ifndef BITCOIN_INDEX_DISKTXPOS_H
6 #define BITCOIN_INDEX_DISKTXPOS_H
7
8-#include <chain.h>
9 #include <flatfile.h>
10-#include <primitives/block.h>
11-#include <primitives/transaction.h>
12+#include <serialize.h>
13
14 struct CDiskTxPos : public FlatFilePos
15 {
16@@ -33,5 +31,4 @@ struct CDiskTxPos : public FlatFilePos
17 }
18 };
19
20-
21 #endif // BITCOIN_INDEX_DISKTXPOS_H
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.