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;
129129
130130// Internal stuff
131131namespace {
132- CBlockIndex *& pindexBestInvalid = ::ChainstateActive().pindexBestInvalid ;
132+ CBlockIndex* pindexBestInvalid = nullptr ;
133133
134134 CCriticalSection cs_LastBlockFile;
135135 std::vector<CBlockFileInfo> vinfoBlockFile;
Original file line number Diff line number Diff line change @@ -561,7 +561,6 @@ class CChainState {
561561 // ! The current chain of blockheaders we consult and build on.
562562 // ! @see CChain, CBlockIndex.
563563 CChain m_chain;
564- CBlockIndex *pindexBestInvalid = nullptr ;
565564 /* *
566565 * The set of all CBlockIndex entries with BLOCK_VALID_TRANSACTIONS (for itself and all ancestors) and
567566 * 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