Disable dicestatus entropy

This commit is contained in:
jl777
2018-08-28 03:07:09 -11:00
parent 11020cf22c
commit d56f1389e9

View File

@@ -1125,7 +1125,7 @@ double DiceStatus(uint64_t txfee,char *planstr,uint256 fundingtxid,uint256 bettx
}
}
}
if ( scriptPubKey == fundingPubKey )
if ( 0 && scriptPubKey == fundingPubKey )
{
for (i=0; i<=n; i++)
{