Bigger spam prevention

This commit is contained in:
jl777
2018-07-30 09:31:28 -11:00
parent c2342f7b24
commit 93ac96fa61
5 changed files with 8 additions and 2 deletions

View File

@@ -273,7 +273,7 @@ uint64_t AddRewardsInputs(CScript &scriptPubKey,int32_t fundsflag,struct CCcontr
{
txid = it->first.txhash;
vout = (int32_t)it->first.index;
if ( it->second.satoshis < 10000 )
if ( it->second.satoshis < 1000000 )
continue;
fprintf(stderr,"(%s) %s/v%d %.8f\n",coinaddr,uint256_str(str,txid),vout,(double)it->second.satoshis/COIN);
for (j=0; j<mtx.vin.size(); j++)