Fix fee per kb

This commit is contained in:
dabura667 2015-07-08 08:38:12 +09:00
parent 245e52d6fb
commit 1423811d4e
1 changed files with 1 additions and 2 deletions

View File

@ -52,7 +52,7 @@
<td><strong translate>Size</strong></td>
<td class="text-muted text-right">{{tx.size}} (bytes)</td>
</tr>
<tr>
<tr data-ng-show="tx.fees">
<td><strong translate>Fee Rate</strong></td>
<td class="text-muted text-right">{{$root.currency.getConvertion((tx.fees * 1000) / tx.size) + ' per kB' || ((tx.fees * 1000) / tx.size) + 'BTC per kB'}}</td>
</tr>
@ -96,4 +96,3 @@
</div>
</div>
</section>