Browse Source

Test

etomic
jl777 7 years ago
parent
commit
768dddab59
  1. 1
      iguana/exchanges/LP_zeroconf.c

1
iguana/exchanges/LP_zeroconf.c

@ -183,6 +183,7 @@ void LP_zeroconf_deposits(struct iguana_info *coin)
cJSON *array,*item,*txjson,*vouts,*v,*sobj; uint32_t timestamp; int32_t i,n,redeemlen,len,numvouts,height,vout,weeki; bits256 txid; char *scriptstr,coinaddr[64],p2shaddr[64]; int64_t satoshis,amount64; uint8_t redeemscript[512],spendscript[512],*pub33;
if ( (array= LP_listunspent("KMD",BOTS_BONDADDRESS)) != 0 )
{
printf("ZEROCONF.(%s)\n",jprint(array,0));
if ( (n= cJSON_GetArraySize(array)) > 0 )
{
for (i=0; i<n; i++)

Loading…
Cancel
Save