diff --git a/public/views/transaction.html b/public/views/transaction.html index c04a1bf..757a104 100644 --- a/public/views/transaction.html +++ b/public/views/transaction.html @@ -54,7 +54,7 @@ Fee Rate - {{$root.currency.getConvertion((tx.fees * 1000) / tx.size) + ' per kB' || ((tx.fees * 1000) / tx.size).toFixed(8).replace(/([0-9]+(\.[0-9]+[1-9])?)(\.?0+$)/,'$1') + 'BTC per kB'}} + {{$root.currency.getConvertion((tx.fees * 1000) / tx.size) + ' per kB' || ((tx.fees * 1000) / tx.size) + 'BTC per kB'}} Received Time