From 0ca9271a7082df587b63c22022ad8b6593111596 Mon Sep 17 00:00:00 2001 From: Darren Nelsen Date: Mon, 5 Feb 2018 17:51:46 -0500 Subject: [PATCH] added fee rate in sats/byte --- app/src/pages/transaction/transaction.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/src/pages/transaction/transaction.html b/app/src/pages/transaction/transaction.html index ed5da82..f095beb 100644 --- a/app/src/pages/transaction/transaction.html +++ b/app/src/pages/transaction/transaction.html @@ -21,6 +21,12 @@ {{ tx.size }} (bytes) + + Fee Rate + + {{ (tx.fees / tx.size) * 1E8 | number:'1.0-8' }} sats/byte + + Received Time @@ -46,4 +52,4 @@ - \ No newline at end of file +