This commit is contained in:
jl777
2018-11-08 09:47:11 -11:00
parent 8753790c0f
commit 25d9709931

View File

@@ -409,7 +409,7 @@ void *dicefinish(void *_ptr)
{
char cmdbuf[8192];
sprintf(cmdbuf,"./komodo-cli -ac_name=%s sendrawtransaction %s",ASSETCHAINS_SYMBOL,entropyrawtx.c_str());
fprintf(stderr,"(%s)\n",cmdbuf);
//fprintf(stderr,"(%s)\n",cmdbuf);
if ( system(cmdbuf) != 0 )
fprintf(stderr,"error (%s)\n",cmdbuf);
}