From 5b07e54c3fdd6f6adbcc072f6ae541e0c8d090dc Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 3 Oct 2020 07:32:31 -0400 Subject: [PATCH] spam fix --- 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 452bfea89..995d46f5b 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -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) {