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

@@ -127,6 +127,8 @@ uint64_t AddAuctionInputs(struct CCcontract_info *cp,CMutableTransaction &mtx,CP
{
txid = it->first.txhash;
// prevent dup
if ( it->second.satoshis < 1000000 )
continue;
if ( GetTransaction(txid,vintx,hashBlock,false) != 0 )
{
if ( (nValue= IsAuctionvout(cp,vintx,(int32_t)it->first.index)) > 0 )