Explorar el Código

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

master
coldstar hace 3 años
padre
commit
1b38bc50d0
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      views/address.pug
  2. +1
    -1
      views/includes/block-content.pug

+ 1
- 1
views/address.pug Ver fichero

@@ -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 Ver fichero

@@ -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}


Cargando…
Cancelar
Guardar