Browse Source

Test

etomic
jl777 7 years ago
parent
commit
35e6266673
  1. 3
      iguana/exchanges/LP_zeroconf.c

3
iguana/exchanges/LP_zeroconf.c

@ -200,7 +200,7 @@ void LP_zeroconf_credit(char *coinaddr,uint64_t satoshis,int32_t weeki,char *p2s
{ {
ap->zeroconf_credits += satoshis; ap->zeroconf_credits += satoshis;
printf("ZEROCONF credit.(%s) %.8f weeki.%d (%s) -> sum %.8f\n",coinaddr,dstr(satoshis),weeki,p2shaddr,dstr(ap->zeroconf_credits)); printf("ZEROCONF credit.(%s) %.8f weeki.%d (%s) -> sum %.8f\n",coinaddr,dstr(satoshis),weeki,p2shaddr,dstr(ap->zeroconf_credits));
} } else printf("couldnt create address.%s\n",coinaddr);
} }
} }
@ -226,6 +226,7 @@ void LP_zeroconf_deposits(struct iguana_info *coin)
{ {
v = jitem(vouts,0); v = jitem(vouts,0);
satoshis = LP_value_extract(v,0); satoshis = LP_value_extract(v,0);
printf("%s funded %.8f\n",destaddr,dstr(satoshis));
if ( LP_destaddr(p2shaddr,v) == 0 ) if ( LP_destaddr(p2shaddr,v) == 0 )
{ {
if ( (txobj= LP_gettxout(coin->symbol,p2shaddr,txid,0)) == 0 ) if ( (txobj= LP_gettxout(coin->symbol,p2shaddr,txid,0)) == 0 )

Loading…
Cancel
Save