This commit is contained in:
Duke Leto
2020-10-03 07:32:31 -04:00
parent 46177addbe
commit 5b07e54c3f

View File

@@ -1083,7 +1083,7 @@ void CWallet::BuildWitnessCache(const CBlockIndex* pindex, bool witnessOnly)
CBlockIndex* pblockindex = chainActive[startHeight];
int height = chainActive.Height();
if(fZdebug)
LogPrintf("%s: height=%d, startHeight=%\n", __func__, height, startHeight);
LogPrintf("%s: height=%d, startHeight=%d\n", __func__, height, startHeight);
while (pblockindex) {