|
|
@ -237,7 +237,7 @@ bool LoadExternalBlockFile(const CChainParams& chainparams, FILE* fileIn, CDiskB |
|
|
|
/** Initialize a new block tree database + block data on disk */ |
|
|
|
/** Initialize a new block tree database + block data on disk */ |
|
|
|
bool InitBlockIndex(const CChainParams& chainparams); |
|
|
|
bool InitBlockIndex(const CChainParams& chainparams); |
|
|
|
/** Load the block tree and coins database from disk */ |
|
|
|
/** Load the block tree and coins database from disk */ |
|
|
|
bool LoadBlockIndex(); |
|
|
|
bool LoadBlockIndex(const CChainParams& chainparams); |
|
|
|
/** Unload database information */ |
|
|
|
/** Unload database information */ |
|
|
|
void UnloadBlockIndex(); |
|
|
|
void UnloadBlockIndex(); |
|
|
|
/** Run an instance of the script checking thread */ |
|
|
|
/** Run an instance of the script checking thread */ |
|
|
|