'T' in out 1

This commit is contained in:
jl777
2019-02-11 08:47:53 -11:00
parent 431562b77d
commit 520074335a

View File

@@ -995,7 +995,7 @@ UniValue rogue_players(uint64_t txfee,struct CCcontract_info *cp,cJSON *params)
txid = it->first.txhash;
vout = (int32_t)it->first.index;
//char str[65]; fprintf(stderr,"%s check %s/v%d %.8f\n",coinaddr,uint256_str(str,txid),vout,(double)it->second.satoshis/COIN);
if ( it->second.satoshis != 1 || vout != 0 )
if ( it->second.satoshis != 1 || vout < 2 )
continue;
if ( rogue_playerdata(cp,gametxid,pk,playerdata,txid) == 0 )//&& pk == mypk )
{