diff --git a/public/views/transaction.html b/public/views/transaction.html index a8333d4..757a104 100644 --- a/public/views/transaction.html +++ b/public/views/transaction.html @@ -52,7 +52,7 @@ Size {{tx.size}} (bytes) - + Fee Rate {{$root.currency.getConvertion((tx.fees * 1000) / tx.size) + ' per kB' || ((tx.fees * 1000) / tx.size) + 'BTC per kB'}} @@ -96,4 +96,3 @@ -