mirror of
https://github.com/janoside/btc-rpc-explorer.git
synced 2026-08-13 12:33:13 +02:00
-new fun item showing example of future-dated timelock (coinbase) tx -special-case code for mainnet genesis coinbase tx, to avoid indicating that satoshi spent these unspendable coins -tx details: skip displaying locktime when it's meaningless (the raw data is in the json if anyone wants it); show additional info about locktime meaning -tx details: show byte-size in addition to vByte size, if applicable -fix for recently broken donut chart on /mining-summary -changelog
14 lines
No EOL
486 B
Text
14 lines
No EOL
486 B
Text
mixin adminNav
|
|
.card.mb-3.mt-n2.p-0
|
|
nav.navbar.navbar-expand.p-1
|
|
.container-fluid
|
|
.collapse.navbar-collapse
|
|
ul.navbar-nav
|
|
li.nav-item.me-2.md-md-3
|
|
a.nav-link.active(href="./admin/dashboard") Dashboard
|
|
li.nav-item.me-2.md-md-3
|
|
a.nav-link(href="./admin/app-stats") App Stats
|
|
li.nav-item.me-2.md-md-3
|
|
a.nav-link(href="./admin/os-stats") OS Stats
|
|
li.nav-item.me-2.md-md-3
|
|
a.nav-link(href="./admin/perf-log") Performance Log |