added reward value to transactions

This commit is contained in:
Gustavo Cortez 2014-01-15 09:02:20 -03:00
parent c734ec40a3
commit ab635332cc
1 changed files with 8 additions and 3 deletions

View File

@ -29,7 +29,12 @@
</li>
</ul>
<div data-ng-show="tx.isCoinBase">
<ul class="list-unstyled" data-ng-repeat="vinn in tx.vin">
<li>
No Inputs (Newly Generated isCoinBasens)
<span class="pull-right badge">{{vinn.reward}} BTC</span>
</li>
</ul>
</div>
</td>
<td width="10%" style="text-align: center;"><span class="glyphicon glyphicon-chevron-right">&nbsp;</span></td>