diff --git a/iguana/exchanges/LP_network.c b/iguana/exchanges/LP_network.c index 535f027fd..1cc3123da 100644 --- a/iguana/exchanges/LP_network.c +++ b/iguana/exchanges/LP_network.c @@ -51,7 +51,7 @@ int32_t LP_send(int32_t sock,char *msg,int32_t freeflag) } usleep(1000); } - printf("error LP_send sock.%d, pipeline timeout.(%s)\n",sock,msg); + printf("error LP_send sock.%d, pipeline timeout.(%s) %s\n",sock,msg,nn_strerror(nn_errno())); //if ( (sentbytes= nn_send(sock,msg,len,0)) != len ) // printf("LP_send sent %d instead of %d\n",sentbytes,len); if ( freeflag != 0 ) diff --git a/iguana/exchanges/LP_utxos.c b/iguana/exchanges/LP_utxos.c index bab077f1a..7640f424b 100644 --- a/iguana/exchanges/LP_utxos.c +++ b/iguana/exchanges/LP_utxos.c @@ -763,14 +763,11 @@ void LP_privkey_updates(int32_t pubsock,char *passphrase,int32_t initonly) pubkey = privkey; for (i=0; ismartaddr[0] == 0 ) - { - printf("LP_privkeycalc\n"); privkey = LP_privkeycalc(pubkey33,&pubkey,coin,passphrase,""); - } if ( coin->inactive == 0 && initonly == 0 ) LP_privkey_init(pubsock,coin,privkey,pubkey,pubkey33); }