Browse Source

Test

etomic
jl777 7 years ago
parent
commit
76c956508d
  1. 1
      iguana/exchanges/LP_zeroconf.c

1
iguana/exchanges/LP_zeroconf.c

@ -190,6 +190,7 @@ void LP_zeroconf_deposits(struct iguana_info *coin)
{
item = jitem(array,i);
amount64 = LP_listunspent_parseitem(coin,&txid,&vout,&height,item);
printf("amount64 %.8f vout.%d (%s)\n",dstr(amount64),vout,jprint(item,0));
if ( vout == 1 )
{
weeki = (amount64 % 10000);

Loading…
Cancel
Save