File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ CScript COINBASE_FLAGS;
129
129
130
130
// Internal stuff
131
131
namespace {
132
- CBlockIndex *& pindexBestInvalid = ::ChainstateActive().pindexBestInvalid ;
132
+ CBlockIndex* pindexBestInvalid = nullptr ;
133
133
134
134
CCriticalSection cs_LastBlockFile;
135
135
std::vector<CBlockFileInfo> vinfoBlockFile;
Original file line number Diff line number Diff line change @@ -561,7 +561,6 @@ class CChainState {
561
561
// ! The current chain of blockheaders we consult and build on.
562
562
// ! @see CChain, CBlockIndex.
563
563
CChain m_chain;
564
- CBlockIndex *pindexBestInvalid = nullptr ;
565
564
/* *
566
565
* The set of all CBlockIndex entries with BLOCK_VALID_TRANSACTIONS (for itself and all ancestors) and
567
566
* as good as our current tip or better. Entries may be failed, though, and pruning nodes may be
You can’t perform that action at this time.
0 commit comments