From 5ce716cbf3a0b3ea08bd98cdfe97e1149128cdd6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 6 Jun 2017 19:22:48 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_nativeDEX.c | 2 -- iguana/exchanges/LP_utxos.c | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 0a4e72094..6e6398d2b 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -160,9 +160,7 @@ void LP_mainloop(struct LP_peerinfo *mypeer,uint16_t mypubport,int32_t pubsock,i nonz = 0; if ( (++counter % 2000) == 0 ) { - printf("start privkey updates\n"); LP_privkey_updates(mypeer,pubsock,passphrase,amclient); - printf("done privkey updates\n"); } if ( (counter % 500) == 0 ) { diff --git a/iguana/exchanges/LP_utxos.c b/iguana/exchanges/LP_utxos.c index 54d517829..1a0a9e196 100644 --- a/iguana/exchanges/LP_utxos.c +++ b/iguana/exchanges/LP_utxos.c @@ -368,6 +368,7 @@ uint64_t LP_privkey_init(struct LP_peerinfo *mypeer,int32_t mypubsock,char *symb printf("cant add privkey for %s, coin not active\n",symbol); return(0); } + printf("privkey.%s init\n",symbol); if ( passphrase != 0 ) conv_NXTpassword(privkey.bytes,pubkey.bytes,(uint8_t *)passphrase,(int32_t)strlen(passphrase)); else privkey = iguana_wif2privkey(wifstr);