Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read property 'blockhash' of null #71

Open
gh3443 opened this issue Jul 28, 2015 · 1 comment
Open

TypeError: Cannot read property 'blockhash' of null #71

gh3443 opened this issue Jul 28, 2015 · 1 comment

Comments

@gh3443
Copy link

gh3443 commented Jul 28, 2015

Am testing baron, and came across this error -

/xxx/xxx/baron/routes/utils/pay.js:85
if (activePayment.blockhash) {
^
TypeError: Cannot read property 'blockhash' of null
at async.waterfall.owedAmount (/xxx/xxx/baron/routes/utils/pay.js:85:24)
at fn (/xxx/xxx/baron/node_modules/async/lib/async.js:638:34)
at Object._onImmediate (/xxx/xxx/baron/node_modules/async/lib/async.js:554:34)
at processImmediate as _immediateCallback

This occurs when a user clicks "Pay Now" for an invoice that has been generated.

Nothing is logged to the baron log file prior to the crash.

Just prior to the crash, I can confirm that Baron pulls an address from bitcoind keypool..

I had this working just the other day. I can't recall what I have change. I found a similar error reference here..

https://gitter.im/ConsenSys/truffle/archives/2015/07/07

I am using bitcoin-0.11.0 core.

@gh3443
Copy link
Author

gh3443 commented Aug 7, 2015

ping..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant