jl777
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
iguana/exchanges/LP_socket.c
|
|
@ -1081,7 +1081,7 @@ cJSON *LP_electrumserver(struct iguana_info *coin,char *ipaddr,uint16_t port) |
|
|
|
kickval = electrum_kickstart(ep); |
|
|
|
jaddstr(retjson,"result","success"); |
|
|
|
jaddstr(retjson,"status","already there"); |
|
|
|
jaddstr(retjson,"restart",kickval); |
|
|
|
jaddnum(retjson,"restart",kickval); |
|
|
|
} |
|
|
|
//printf("(%s)\n",jprint(retjson,0));
|
|
|
|
return(retjson); |
|
|
|