mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
Merge #8274: util: Update tinyformat
a5072a7util: Remove zero-argument versions of LogPrint and error (Wladimir J. van der Laan)695041eutil: Update tinyformat (Wladimir J. van der Laan)
This commit is contained in:
@@ -4100,7 +4100,7 @@ bool CVerifyDB::VerifyDB(const CChainParams& chainparams, CCoinsView *coinsview,
|
||||
int nGoodTransactions = 0;
|
||||
CValidationState state;
|
||||
int reportDone = 0;
|
||||
LogPrintf("[0%]...");
|
||||
LogPrintf("[0%%]...");
|
||||
for (CBlockIndex* pindex = chainActive.Tip(); pindex && pindex->pprev; pindex = pindex->pprev)
|
||||
{
|
||||
boost::this_thread::interruption_point();
|
||||
|
||||
Reference in New Issue
Block a user