This commit is contained in:
jl777
2017-03-14 22:04:03 +02:00
parent d1775ced1e
commit dbc9ad1fd9

View File

@@ -875,11 +875,7 @@ bool CheckTransaction(const CTransaction& tx, CValidationState &state,
{
static uint32_t counter;
if ( counter++ < 100 )
<<<<<<< Updated upstream
printf("MEMPOOL: banned tx.%d being used at ht.%d vini.%d\n",k,(int32_t)chainActive.Tip()->nHeight,j);
=======
fprintf(stderr,"MEMPOOL: banned tx.%d being used at ht.%d vini.%d\n",k,(int32_t)chainActive.Tip()->nHeight,j);
>>>>>>> Stashed changes
return(false);
}
}