show blockhash in tx
This commit is contained in:
parent
83a4adf570
commit
bb4bf112d9
@ -55,6 +55,11 @@
|
|||||||
<td data-ng-show="tx.time" class="text-muted text-right">{{tx.time * 1000|date:'medium'}}</td>
|
<td data-ng-show="tx.time" class="text-muted text-right">{{tx.time * 1000|date:'medium'}}</td>
|
||||||
<td data-ng-show="!tx.time" class="text-muted text-right">N/A</td>
|
<td data-ng-show="!tx.time" class="text-muted text-right">N/A</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><strong>Included in Block </strong></td>
|
||||||
|
<td data-ng-show="tx.blockhash" class="text-muted text-right"> <a class="text-muted" href="/block/{{tx.blockhash}}">{{tx.blockhash}}</a>
|
||||||
|
<td data-ng-show="!tx.blockhash" class="text-muted text-right">Unconfirmed</td>
|
||||||
|
</tr>
|
||||||
<tr data-ng-show="tx.locktime">
|
<tr data-ng-show="tx.locktime">
|
||||||
<td><strong>LockTime </strong></td>
|
<td><strong>LockTime </strong></td>
|
||||||
<td class="text-muted text-right">{{tx.locktime}}</td>
|
<td class="text-muted text-right">{{tx.locktime}}</td>
|
||||||
|
|||||||
@ -178,7 +178,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="well well-sm bgwhite ellipsis" data-ng-if="itemsExpanded && !block.hash">
|
<div class="well well-sm bgwhite ellipsis" data-ng-if="itemsExpanded && !block.hash">
|
||||||
<strong>BlockHash</strong> <a class="text-muted" href="/block/{{tx.blockhash}}">{{tx.blockhash}}</a>
|
<strong>Included in Block</strong> <a class="text-muted" href="/block/{{tx.blockhash}}">{{tx.blockhash}}</a>
|
||||||
<span class="btn-copy" clip-copy="tx.blockhash"></span>
|
<span class="btn-copy" clip-copy="tx.blockhash"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user