瀏覽代碼

05/26/2021 12:21:22 AM MST

master
coldstar 3 年之前
父節點
當前提交
1b38bc50d0
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      views/address.pug
  2. +1
    -1
      views/includes/block-content.pug

+ 1
- 1
views/address.pug 查看文件

@@ -11,7 +11,7 @@ block content

table(class="table")
tr
th(class="table-active properties-header") Balance (including unconfirmed)
th(class="table-active properties-header") Balance
td(class="monospace") #{balance}
tr
th(class="table-active properties-header") Recieved


+ 1
- 1
views/includes/block-content.pug 查看文件

@@ -149,7 +149,7 @@ div(class="tab-content")
if (vout.scriptPubKey && vout.scriptPubKey.addresses)
//span(class="monospace") #{vout.scriptPubKey.addresses[0]}
span(class="monospace")
a(href=("/address/" + vout.scriptPubKey.addresses[0]))
a(href=("/address/" + vout.scriptPubKey.addresses[0])) #{vout.scriptPubKey.addresses[0]}
br
span(class="monospace text-muted") via tx
a(href=("/tx/" + txInput.txid + "#output-" + tx.vin[txInputIndex].vout), class="monospace") #{txInput.txid.substring(0, 14)}..., Output ##{tx.vin[txInputIndex].vout + 1}


Loading…
取消
儲存