less logspam

This commit is contained in:
Duke Leto
2020-10-03 07:45:24 -04:00
parent 5b07e54c3f
commit d7a6ec7e81

View File

@@ -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");