less logspam
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user