ruimarinho / bitcoin-core

A modern Bitcoin Core REST and RPC client.
477 stars 186 forks source link

methods on Zcash not working #71

Closed egorsmth closed 5 years ago

egorsmth commented 6 years ago

On connection with zcash getBalance() not working, listUnspent() return undefined. When I run thin method throught zcash-cli all is ok

pedrobranco commented 5 years ago

Run with DEBUG=* node your_app.js and post the relevant logs about your getBalance() request and response.

pedrobranco commented 5 years ago

Closing due to inactivity.