diff --git a/public/views/transaction.html b/public/views/transaction.html index 70a5a16..a8333d4 100644 --- a/public/views/transaction.html +++ b/public/views/transaction.html @@ -52,6 +52,10 @@ Size {{tx.size}} (bytes) + + Fee Rate + {{$root.currency.getConvertion((tx.fees * 1000) / tx.size) + ' per kB' || ((tx.fees * 1000) / tx.size) + 'BTC per kB'}} + Received Time {{tx.time * 1000|date:'medium'}}