td(class="monospace") #{moment.utc(new Date(result.getrawtransaction["time"] * 1000)).format("Y-MM-DD HH:mm:ss")} utc
- var timeAgo = moment.duration(moment.utc(new Date()).diff(moment.utc(new Date(parseInt(result.getrawtransaction["time"]) * 1000))));
br
span(class="text-muted") (#{timeAgo.format()})
else
td(class="monospace") N/A
span(class="text-muted") (unconfirmed)
//tr
// th(class="table-active properties-header") Transaction ID
// td #{txid}
tr
tr
td(class="properties-header") Version
td(class="properties-header") Version
@ -125,15 +133,18 @@ block content
a(href="https://bitcoin.org/en/developer-guide#locktime-and-sequence-number", data-toggle="tooltip", title="More info about locktime", target="_blank")
a(href="https://bitcoin.org/en/developer-guide#locktime-and-sequence-number", data-toggle="tooltip", title="More info about locktime", target="_blank")
i(class="fas fa-info-circle")
i(class="fas fa-info-circle")
tr
if (isTxConfirmed)
td(class="properties-header") Confirmations
tr
td(class="monospace")
td(class="properties-header") Confirmations
if (!result.getrawtransaction.confirmations || result.getrawtransaction.confirmations == 0)
td(class="monospace")
strong(class="text-danger") 0 (unconfirmed)
if (!result.getrawtransaction.confirmations || result.getrawtransaction.confirmations == 0)
else if (result.getrawtransaction.confirmations < 6)