From d7a6ec7e81ae5e96caeb194e5b0c0810f0c30b8b Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 3 Oct 2020 07:45:24 -0400 Subject: [PATCH] less logspam --- src/wallet/wallet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 995d46f5b..3a2500baf 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -2819,8 +2819,8 @@ void CWallet::ReacceptWalletTransactions() bool CWalletTx::RelayWalletTransaction() { int64_t nNow = GetTime(); - if(fZdebug) - LogPrintf("%s: now=%li\n",__func__,nNow); + //if(fZdebug) + // LogPrintf("%s: now=%li\n",__func__,nNow); if ( pwallet == 0 ) { //fprintf(stderr,"unexpected null pwallet in RelayWalletTransaction\n");