From 6c0021d007599eee2e77281fb143de7f7633668e Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 13 Oct 2017 21:29:08 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_commands.c | 4 ++++ iguana/exchanges/LP_rpc.c | 1 + 2 files changed, 5 insertions(+) diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c index c27d4c3cc..103950e88 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -385,6 +385,10 @@ dividends(coin, height, )\n\ LP_privkey_init(-1,ptr,G.LP_mypriv25519,G.LP_mypub25519); //LP_smartutxos_push(ptr); } + else + { + + } } return(jprint(LP_address_utxos(ptr,coinaddr,1),1)); } else return(clonestr("{\"error\":\"no address specified\"}")); diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index be270d8c5..759b55e64 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -463,6 +463,7 @@ int32_t LP_listunspent_issue(char *symbol,char *coinaddr) else if ( (destport= LP_randpeer(destip)) > 0 ) { retstr = issue_LP_listunspent(destip,destport,symbol,coinaddr); + printf("issue %s %s %s -> (%s)\n",coin->symbol,coinaddr,destip,retstr); retjson = cJSON_Parse(retstr); } else printf("LP_listunspent_issue couldnt get a random peer?\n"); if ( retjson != 0 )