CounterpartyXCP / counterblock

Provides extended API services to Counterwallet, as well as Counterparty 3rd-party applications
http://counterparty.io
MIT License
16 stars 68 forks source link

use directly jmcorgan to get address info #82

Closed ouziel-slama closed 9 years ago

ouziel-slama commented 9 years ago

Since we removed the addrindex cache for unconfirmed transaction in counterpartyd, counterblockd return too much time out errors. I put the removed cache here in counterblockd. So now we are using directly jmcorgan for get_unspent_txouts() instead to use a counterpartyd API call.