This commit is contained in:
jl777
2018-11-08 06:09:38 -11:00
parent b7d5bb40f1
commit 9d271fd991

View File

@@ -1531,9 +1531,9 @@ double DiceStatus(uint64_t txfee,char *planstr,uint256 fundingtxid,uint256 bettx
for (i=0; i<=(mintxs - entropytxs)/100; i++)
{
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;
}
}