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;
148
148
FILE* OpenBlockFile (const FlatFilePos &pos, bool fReadOnly = false );
149
149
/* * Translation to a filesystem path */
150
150
fs::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);
153
151
/* * Unload database information */
154
152
void UnloadBlockIndex (CTxMemPool* mempool, ChainstateManager& chainman);
155
153
/* * Run instances of script checking worker threads */
@@ -725,6 +723,7 @@ class CChainState
725
723
/* * Replay blocks that aren't fully applied to the database. */
726
724
bool ReplayBlocks (const CChainParams& params);
727
725
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. */
728
727
bool LoadGenesisBlock (const CChainParams& chainparams);
729
728
730
729
void PruneBlockIndexCandidates ();
You can’t perform that action at this time.
0 commit comments