posibly stable
This commit is contained in:
@@ -276,7 +276,7 @@ int32_t CC_vinselect(int32_t *aboveip,int64_t *abovep,int32_t *belowip,int64_t *
|
|||||||
abovei = belowi = -1;
|
abovei = belowi = -1;
|
||||||
for (above=below=i=0; i<numunspents; i++)
|
for (above=below=i=0; i<numunspents; i++)
|
||||||
{
|
{
|
||||||
if ( numunspents > 150 ) {
|
if ( numunspents > 500 ) {
|
||||||
if ( (rand() % 100) < 80 )
|
if ( (rand() % 100) < 80 )
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -578,7 +578,7 @@ bool DiceValidate(struct CCcontract_info *cp,Eval *eval,const CTransaction &tx)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ( skipped == 0)
|
if ( skipped == 0 )
|
||||||
{
|
{
|
||||||
//vout.0: funding CC change to entropy owner
|
//vout.0: funding CC change to entropy owner
|
||||||
//vout.2: normal output to bettor's address
|
//vout.2: normal output to bettor's address
|
||||||
|
|||||||
Reference in New Issue
Block a user