Browse Source

consistency

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
39f2307224
  1. 1
      views/mempool.pug
  2. 3
      views/node-info.pug

1
views/mempool.pug

@ -17,6 +17,7 @@ block content
p Data from RPC command p Data from RPC command
a(href="https://bitcoin.org/en/developer-reference#getmempoolinfo") getmempoolinfo a(href="https://bitcoin.org/en/developer-reference#getmempoolinfo") getmempoolinfo
table(class="table") table(class="table")
tr tr
th(class="table-active properties-header") Transaction Count th(class="table-active properties-header") Transaction Count

3
views/node-info.pug

@ -15,6 +15,9 @@ block content
h1 Node Info h1 Node Info
hr hr
p Data from RPC command
a(href="https://bitcoin.org/en/developer-reference#getinfo") getinfo
if (false) if (false)
pre pre
code #{JSON.stringify(getinfo, null, 4)} code #{JSON.stringify(getinfo, null, 4)}

Loading…
Cancel
Save