Browse Source

Test

etomic
jl777 8 years ago
parent
commit
6ecba8169c
  1. 1
      iguana/exchanges/LP_utxos.c

1
iguana/exchanges/LP_utxos.c

@ -236,6 +236,7 @@ struct LP_utxoinfo *LP_addutxo(int32_t amclient,struct LP_peerinfo *mypeer,int32
if ( mypeer != 0 ) if ( mypeer != 0 )
mypeer->numutxos++; mypeer->numutxos++;
portable_mutex_unlock(&LP_utxomutex); portable_mutex_unlock(&LP_utxomutex);
printf("added\n");
if ( mypubsock >= 0 ) if ( mypubsock >= 0 )
LP_send(mypubsock,jprint(LP_utxojson(utxo),1),1); LP_send(mypubsock,jprint(LP_utxojson(utxo),1),1);
} }

Loading…
Cancel
Save