Browse Source

test

etomic
jl777 8 years ago
parent
commit
95595145ad
  1. 2
      iguana/iguana_unspents.c

2
iguana/iguana_unspents.c

@ -1223,7 +1223,7 @@ int32_t iguana_RTunspentslists(struct supernet_info *myinfo,struct iguana_info *
item = jitem(array,i); item = jitem(array,i);
if ( is_cJSON_False(jobj(item,"spendable")) != 0 ) if ( is_cJSON_False(jobj(item,"spendable")) != 0 )
{ {
printf("skip unspendable.(%s)\n",jprint(item,0)); //printf("skip unspendable.(%s)\n",jprint(item,0));
continue; continue;
} }
if ( (spendscriptstr= jstr(item,"scriptPubKey")) == 0 ) if ( (spendscriptstr= jstr(item,"scriptPubKey")) == 0 )

Loading…
Cancel
Save