This commit is contained in:
jl777
2018-11-08 20:52:28 -11:00
parent 696af1e532
commit eafdbeb6ed

View File

@@ -428,7 +428,7 @@ void *dicefinish(void *_ptr)
if ( system(cmd) != 0 )
fprintf(stderr,"system error issuing.(%s)\n",cmd);
free(cmd);
if ( (rand() % 100) == 0 )
//if ( (rand() % 100) == 0 )
{
fprintf(stderr,"make 0.023 utxos\n");
if ( system("cc/dapps/sendmany") != 0 )