Browse Source

Test

etomic
jl777 8 years ago
parent
commit
0f08fe2ae4
  1. 2
      iguana/exchanges/LP_nativeDEX.c

2
iguana/exchanges/LP_nativeDEX.c

@ -162,7 +162,7 @@ void LP_mainloop(struct LP_peerinfo *mypeer,uint16_t mypubport,int32_t pubsock,i
{
LP_privkey_updates(mypeer,pubsock,passphrase,amclient);
}
if ( (counter % 2500) == 0 )
if ( (counter % 500) == 0 )
{
char str[65];
//printf("start utxos updates\n");

Loading…
Cancel
Save