File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,6 @@ extern const std::vector<std::string> CHECKLEVEL_DOC;
148148FILE* OpenBlockFile (const FlatFilePos &pos, bool fReadOnly = false );
149149/* * Translation to a filesystem path */
150150fs::path GetBlockPosFilename (const FlatFilePos &pos);
151- /* * Ensures we have a genesis block in the block tree, possibly writing one to disk. */
152- bool LoadGenesisBlock (const CChainParams& chainparams);
153151/* * Unload database information */
154152void UnloadBlockIndex (CTxMemPool* mempool, ChainstateManager& chainman);
155153/* * Run instances of script checking worker threads */
@@ -725,6 +723,7 @@ class CChainState
725723 /* * Replay blocks that aren't fully applied to the database. */
726724 bool ReplayBlocks (const CChainParams& params);
727725 bool RewindBlockIndex (const CChainParams& params) LOCKS_EXCLUDED(cs_main);
726+ /* * Ensures we have a genesis block in the block tree, possibly writing one to disk. */
728727 bool LoadGenesisBlock (const CChainParams& chainparams);
729728
730729 void PruneBlockIndexCandidates ();
You can’t perform that action at this time.
0 commit comments