This commit is contained in:
jl777
2018-11-08 06:05:42 -11:00
parent 84aa184a5f
commit b7d5bb40f1
3 changed files with 11 additions and 0 deletions

View File

@@ -1530,6 +1530,7 @@ double DiceStatus(uint64_t txfee,char *planstr,uint256 fundingtxid,uint256 bettx
printf("%s\n",cmd);*/
for (i=0; i<=(mintxs - entropytxs)/100; i++)
{
fprintf(stderr,"sendmany.%d of %d\n",i,1 + (mintxs - entropytxs)/100);
if ( system("./sendmany") != 0 )
{
fprintf(stderr,"system error issuing.(./sendmany)\n");