test
This commit is contained in:
@@ -1531,9 +1531,9 @@ double DiceStatus(uint64_t txfee,char *planstr,uint256 fundingtxid,uint256 bettx
|
|||||||
for (i=0; i<=(mintxs - entropytxs)/100; i++)
|
for (i=0; i<=(mintxs - entropytxs)/100; i++)
|
||||||
{
|
{
|
||||||
fprintf(stderr,"sendmany.%d of %d\n",i,1 + (mintxs - entropytxs)/100);
|
fprintf(stderr,"sendmany.%d of %d\n",i,1 + (mintxs - entropytxs)/100);
|
||||||
if ( system("./sendmany") != 0 )
|
if ( system("cc/dapps/sendmany") != 0 )
|
||||||
{
|
{
|
||||||
fprintf(stderr,"system error issuing.(./sendmany)\n");
|
fprintf(stderr,"system error issuing.(cc/dapps/sendmany)\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user