Disable dice status auto entropy

This commit is contained in:
jl777
2018-08-28 03:07:56 -11:00
parent f7ab3fb0f5
commit 189117dc76
2 changed files with 1 additions and 2 deletions

View File

@@ -1138,7 +1138,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++)
{