Skip to content

Commit

Permalink
Merge pull request #7 from argentumproject/tinyformat
Browse files Browse the repository at this point in the history
Tinyformat
  • Loading branch information
protonn committed May 11, 2017
2 parents eca20c6 + 47fb4a8 commit 9fd8989
Show file tree
Hide file tree
Showing 4 changed files with 380 additions and 364 deletions.
3 changes: 2 additions & 1 deletion depends/packages/openssl.mk
Expand Up @@ -50,6 +50,7 @@ $(package)_config_opts_arm_linux=linux-generic32
$(package)_config_opts_aarch64_linux=linux-generic64
$(package)_config_opts_mipsel_linux=linux-generic32
$(package)_config_opts_mips_linux=linux-generic32
$(package)_config_opts_powerpc_linux=linux-generic32
$(package)_config_opts_x86_64_darwin=darwin64-x86_64-cc
$(package)_config_opts_x86_64_mingw32=mingw64
$(package)_config_opts_i686_mingw32=mingw
Expand All @@ -74,4 +75,4 @@ endef

define $(package)_postprocess_cmds
rm -rf share bin etc
endef
endef
2 changes: 2 additions & 0 deletions src/main.cpp
Expand Up @@ -3638,6 +3638,8 @@ bool CVerifyDB::VerifyDB(CCoinsView *coinsview, int nCheckLevel, int nCheckDepth
CBlockIndex* pindexFailure = NULL;
int nGoodTransactions = 0;
CValidationState state;
int reportDone = 0;
LogPrintf("[0%%]...");
for (CBlockIndex* pindex = chainActive.Tip(); pindex && pindex->pprev; pindex = pindex->pprev)
{
boost::this_thread::interruption_point();
Expand Down

0 comments on commit 9fd8989

Please sign in to comment.