You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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..
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.
The text was updated successfully, but these errors were encountered: