Browse Source

Test

etomic
jl777 7 years ago
parent
commit
7a1cf0ffb3
  1. 2
      iguana/exchanges/LP_commands.c

2
iguana/exchanges/LP_commands.c

@ -222,7 +222,7 @@ char *stats_JSON(cJSON *argjson,char *remoteaddr,uint16_t port) // from rpc port
{ {
if ( LP_ismine(utxo) != 0 && (strcmp(utxo->coin,base) == 0 || strcmp(utxo->coin,rel) == 0) ) if ( LP_ismine(utxo) != 0 && (strcmp(utxo->coin,base) == 0 || strcmp(utxo->coin,rel) == 0) )
LP_priceping(LP_mypubsock,utxo,rel,LP_profitratio - 1.); LP_priceping(LP_mypubsock,utxo,rel,LP_profitratio - 1.);
else printf("notmine.(%s %s)\n",utxo->coin,bits256_str(str,utxo->txid)); //else printf("notmine.(%s %s)\n",utxo->coin,bits256_str(str,utxo->txid));
} }
} }
return(clonestr("{\"result\":\"success\"}")); return(clonestr("{\"result\":\"success\"}"));

Loading…
Cancel
Save