Skip to content

Commit

Permalink
Disable Mintpool
Browse files Browse the repository at this point in the history
  • Loading branch information
Stamek committed Aug 23, 2020
1 parent 50020be commit 2b42962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/init.cpp
Expand Up @@ -1722,8 +1722,8 @@ bool AppInit2()

//Load zerocoin mint hashes to memory
pwalletMain->zsqrTracker->Init();
zwalletMain->LoadMintPoolFromDB();
zwalletMain->SyncWithChain();
//zwalletMain->LoadMintPoolFromDB();
//zwalletMain->SyncWithChain();
} // (!fDisableWallet)
#else // ENABLE_WALLET
LogPrintf("No wallet compiled in!\n");
Expand Down

0 comments on commit 2b42962

Please sign in to comment.