Funding plan creator to auto create entropy tx on dice status

This commit is contained in:
jl777
2018-08-02 05:24:47 -11:00
parent 221972777d
commit d4c70c4f7a

View File

@@ -1031,6 +1031,14 @@ double DiceStatus(uint64_t txfee,char *planstr,uint256 fundingtxid,uint256 bettx
}
}
}
if ( scriptPubKey == fundingPubKey )
{
for (i=0; i<=n; i++)
{
res = DiceAddfunding(txfee,planstr,fundingtxid,COIN);
mySendrawtransaction(res);
}
}
return(n);
}
else