Browse Source

add blockhash to header for /block-height/N pages for consistency

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
490334c632
  1. 2
      views/block-height.pug

2
views/block-height.pug

@ -6,6 +6,8 @@ block headContent
block content
h1(class="h2") Block
small(class="monospace") ##{blockHeight.toLocaleString()}
br
small(style="width: 100%;", class="monospace word-wrap") #{result.getblock.hash}
hr
include includes/block-content.pug
Loading…
Cancel
Save