mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02: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:
commit
7a2d402727
3 changed files with 384 additions and 364 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue