bitpay / bitcore-node

Extensible full node using Bitcore
https://bitcore.io/
Other
352 stars 644 forks source link

Node 8 doesn't show transactions in mempool (unconfirmed) #576

Closed osagga closed 6 years ago

osagga commented 6 years ago

I have noticed that bitcore-node v8 doesn't show the unconfirmed transactions (in mempool), is there a specific reason to why it does that? The previous versions of Bitcore node process and show the unconfirmed transactions in addition to the number of confirmations.

micahriggan commented 6 years ago

Hello @osagga, all development is occuring on the repo @ https://github.com/bitpay/bitcore/tree/v8.0.0

I believe the mempool transactions should be available, if not just let me know

osagga commented 6 years ago

Yes this is fixed in the other repo, thanks!