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() bool CWalletTx::RelayWalletTransaction()
{ {
int64_t nNow = GetTime(); int64_t nNow = GetTime();
if(fZdebug) //if(fZdebug)
LogPrintf("%s: now=%li\n",__func__,nNow); // LogPrintf("%s: now=%li\n",__func__,nNow);
if ( pwallet == 0 ) if ( pwallet == 0 )
{ {
//fprintf(stderr,"unexpected null pwallet in RelayWalletTransaction\n"); //fprintf(stderr,"unexpected null pwallet in RelayWalletTransaction\n");