remove LogPrintf("Initializing databases...\n");
Signed-off-by: Pasta <pasta@dashboost.org>
This commit is contained in:
parent
e941c9ba5a
commit
3d445628a4
@ -4217,8 +4217,6 @@ bool LoadGenesisBlock(const CChainParams& chainparams)
|
|||||||
fSpentIndex = gArgs.GetBoolArg("-spentindex", DEFAULT_SPENTINDEX);
|
fSpentIndex = gArgs.GetBoolArg("-spentindex", DEFAULT_SPENTINDEX);
|
||||||
pblocktree->WriteFlag("spentindex", fSpentIndex);
|
pblocktree->WriteFlag("spentindex", fSpentIndex);
|
||||||
|
|
||||||
LogPrintf("Initializing databases...\n");
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
CBlock &block = const_cast<CBlock&>(chainparams.GenesisBlock());
|
CBlock &block = const_cast<CBlock&>(chainparams.GenesisBlock());
|
||||||
// Start new block file
|
// Start new block file
|
||||||
|
Loading…
Reference in New Issue
Block a user