From 0cdc76e40fb1719df7029b2f46a6a0f53e0b6c76 Mon Sep 17 00:00:00 2001 From: coldstar Date: Sun, 23 May 2021 22:12:14 -0700 Subject: [PATCH] 05/23/2021 10:12:04 PM MST --- views/includes/block-content.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/includes/block-content.pug b/views/includes/block-content.pug index d3eacd9..a51bbaf 100755 --- a/views/includes/block-content.pug +++ b/views/includes/block-content.pug @@ -167,11 +167,11 @@ div(class="tab-content") //a(href=""/tx/" + #{tx.txid}", class="nav-link") more ... #{tx.txid} //a(href=("/tx/" + tx.txid), class="monospace") #{tx.txid} - span(class="monospace text-muted") #{(tx.vin.length - result.txInputsByTransaction[tx.txid].length).toLocaleString()}: - + //span(class="monospace text-muted") #{(tx.vin.length - result.txInputsByTransaction[tx.txid].length).toLocaleString()}: + span(class="monospace text-muted") #{tx.vin.length.toLocaleString()}: //a(href=("/tx/" + tx.txid), class="monospace") - a(href=("/tx/" + tx.txid), class="monospace") more .. + a(href=("/tx/" + tx.txid), class="monospace") for all #{tx.vin.length.toLocaleString()} td else