done?
This commit is contained in:
@@ -276,10 +276,6 @@ 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 > 500 ) {
|
|
||||||
if ( (rand() % 100) < 80 )
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
if ( (atx_value= utxos[i].nValue) <= 0 )
|
if ( (atx_value= utxos[i].nValue) <= 0 )
|
||||||
continue;
|
continue;
|
||||||
if ( atx_value == value )
|
if ( atx_value == value )
|
||||||
|
|||||||
@@ -1203,6 +1203,7 @@ double DiceStatus(uint64_t txfee,char *planstr,uint256 fundingtxid,uint256 bettx
|
|||||||
}
|
}
|
||||||
error = "didnt find dicefinish tx";
|
error = "didnt find dicefinish tx";
|
||||||
}
|
}
|
||||||
|
error = res;
|
||||||
return(-1.);
|
return(-1.);
|
||||||
}
|
}
|
||||||
return(0.);
|
return(0.);
|
||||||
|
|||||||
Reference in New Issue
Block a user