This commit is contained in:
@@ -312,7 +312,7 @@ cJSON *get_komodocli(char *refcoin,char **retstrp,char *acname,char *method,char
|
|||||||
else if ( REFCOIN_CLI != 0 && REFCOIN_CLI[0] != 0 )
|
else if ( REFCOIN_CLI != 0 && REFCOIN_CLI[0] != 0 )
|
||||||
{
|
{
|
||||||
sprintf(cmdstr,"%s %s %s %s %s %s > %s\n",REFCOIN_CLI,method,arg0,arg1,arg2,arg3,fname);
|
sprintf(cmdstr,"%s %s %s %s %s %s > %s\n",REFCOIN_CLI,method,arg0,arg1,arg2,arg3,fname);
|
||||||
printf("ref.(%s) REFCOIN_CLI (%s)\n",refcoin,cmdstr);
|
//printf("ref.(%s) REFCOIN_CLI (%s)\n",refcoin,cmdstr);
|
||||||
}
|
}
|
||||||
system(cmdstr);
|
system(cmdstr);
|
||||||
*retstrp = 0;
|
*retstrp = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user