|
@ -61,7 +61,8 @@ char *post_process_bitcoind_RPC(char *debugstr,char *command,char *rpcstr,char * |
|
|
//printf("<<<<<<<<<<< bitcoind_RPC: %s post_process_bitcoind_RPC.%s.[%s]\n",debugstr,command,rpcstr);
|
|
|
//printf("<<<<<<<<<<< bitcoind_RPC: %s post_process_bitcoind_RPC.%s.[%s]\n",debugstr,command,rpcstr);
|
|
|
if ( command == 0 || rpcstr == 0 || rpcstr[0] == 0 ) |
|
|
if ( command == 0 || rpcstr == 0 || rpcstr[0] == 0 ) |
|
|
{ |
|
|
{ |
|
|
printf("<<<<<<<<<<< bitcoind_RPC: %s post_process_bitcoind_RPC.%s.[%s]\n",debugstr,command,rpcstr); |
|
|
if ( strcmp(command,"signrawtransaction") != 0 ) |
|
|
|
|
|
printf("<<<<<<<<<<< bitcoind_RPC: %s post_process_bitcoind_RPC.%s.[%s]\n",debugstr,command,rpcstr); |
|
|
return(rpcstr); |
|
|
return(rpcstr); |
|
|
} |
|
|
} |
|
|
json = cJSON_Parse(rpcstr); |
|
|
json = cJSON_Parse(rpcstr); |
|
|