This commit is contained in:
jl777
2019-03-25 07:52:57 -11:00
parent 7a1a5f1529
commit 347ba53d84

View File

@@ -1596,7 +1596,7 @@ bool rogue_validate(struct CCcontract_info *cp,int32_t height,Eval *eval,const C
if ( funcid == 'H' )
{
cashout *= 2;
cashout += numplayers * buyin;
//cashout += numplayers * buyin;
}
sprintf(cashstr,"tokentx.(%c) decoded.%d ht.%d txid.%s %.8f vs vout2 %.8f",tokentx,decoded,height,txid.GetHex().c_str(),(double)cashout/COIN,(double)tx.vout[2].nValue/COIN);
if ( strcmp(laststr,cashstr) != 0 )