diff --git a/iguana/exchanges/LP_utxos.c b/iguana/exchanges/LP_utxos.c index 7640f424b..bab077f1a 100644 --- a/iguana/exchanges/LP_utxos.c +++ b/iguana/exchanges/LP_utxos.c @@ -763,11 +763,14 @@ 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); }