From ab49ccacba3256ac441ccb6dc78dc9abc653a98d Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 27 Apr 2017 09:21:53 +0300 Subject: [PATCH] Test --- src/wallet/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 03d8c9722..148ebe30e 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -376,7 +376,7 @@ void CWallet::ChainTip(const CBlockIndex *pindex, const CBlock *pblock, IncrementNoteWitnesses(pindex, pblock, tree); } else if ( ASSETCHAINS_SYMBOL[0] == 0 || nWitnessCacheSize > 1 ){ DecrementNoteWitnesses(pindex); - } else fprintf(stderr,"would have decremented %s nWitnessCacheSize.%d\n",ASSETCHAINS_SYMBOL,nWitnessCacheSize); + } else fprintf(stderr,"would have decremented %s nWitnessCacheSize.%d\n",ASSETCHAINS_SYMBOL,(int32_t)nWitnessCacheSize); } void CWallet::SetBestChain(const CBlockLocator& loc)