Merge pull request #423 from wozz/patch-1

Add LockTime visibility for transactions
This commit is contained in:
Matias Alejo Garcia 2014-03-07 18:53:19 -02:00
commit 8ceae3683d
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@
<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>
</tr>
<tr data-ng-show="tx.locktime">
<td><strong>LockTime </strong></td>
<td class="text-muted text-right">{{tx.locktime}}</td>
</tr>
</tbody>
</table>
</div>