Browse Source

Test

etomic
jl777 7 years ago
parent
commit
006fcdaea0
  1. 2
      iguana/exchanges/LP_utxo.c

2
iguana/exchanges/LP_utxo.c

@ -78,7 +78,7 @@ void cJSON_unregister(cJSON *item)
DL_DELETE(LP_cJSONlist,ptr);
free(ptr);
portable_mutex_unlock(&LP_cJSONmutex);
} else printf("cJSON_unregister of unknown %p\n",item);
} else printf("cJSON_unregister of unknown %p %u\n",item,item->cjsonid);
}
struct LP_inuse_info *_LP_inuse_find(bits256 txid,int32_t vout)

Loading…
Cancel
Save