Error


/usr/local/lib/node_modules/veil-block-explorer/views/block.pug:4
    2| 
    3| block headContent
  > 4| 	title Block #{result.getblock.height}
    5| 
    6| block content
    7| 	h1.h3 Block

Cannot read property 'height' of undefined

TypeError: /usr/local/lib/node_modules/veil-block-explorer/views/block.pug:4
    2| 
    3| block headContent
  > 4| 	title Block #{result.getblock.height}
    5| 
    6| block content
    7| 	h1.h3 Block

Cannot read property 'height' of undefined
    at eval (eval at wrap (/usr/local/lib/node_modules/veil-block-explorer/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:40:73)
    at template (eval at wrap (/usr/local/lib/node_modules/veil-block-explorer/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:4815:72)
    at Object.exports.renderFile (/usr/local/lib/node_modules/veil-block-explorer/node_modules/pug/lib/index.js:427:38)
    at Object.exports.renderFile (/usr/local/lib/node_modules/veil-block-explorer/node_modules/pug/lib/index.js:417:21)
    at exports.__express (/usr/local/lib/node_modules/veil-block-explorer/node_modules/pug/lib/index.js:464:11)
    at View.engine (/usr/local/lib/node_modules/veil-block-explorer/app.js:63:23)
    at View.render (/usr/local/lib/node_modules/veil-block-explorer/node_modules/express/lib/view.js:135:8)
    at tryRender (/usr/local/lib/node_modules/veil-block-explorer/node_modules/express/lib/application.js:640:10)
    at Function.render (/usr/local/lib/node_modules/veil-block-explorer/node_modules/express/lib/application.js:592:3)
    at ServerResponse.render (/usr/local/lib/node_modules/veil-block-explorer/node_modules/express/lib/response.js:1012:7)
    at /usr/local/lib/node_modules/veil-block-explorer/routes/baseActionsRouter.js:478:13
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)