From 81c71415edfaa5ec98a90f0a902208ad23826f8f Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 8 Jul 2015 07:11:20 -0300 Subject: [PATCH] Revert "Fix max decimal place + trailing zeroes when in BTC" --- public/views/transaction.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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