From e35eb5aad26434b8b331207e99dd7480f2ed3d68 Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 2 Dec 2020 22:22:14 +0700 Subject: [PATCH] Adding virtual size to transaction details. fixes #248 --- .../app/components/transaction/transaction.component.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index dfd27e13d..ed4acdc2c 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -177,6 +177,10 @@ Size {{ tx.size | bytes: 2 }} + + Virtual size + {{ tx.weight / 4 | vbytes: 2 }} + Weight {{ tx.weight | wuBytes: 2 }} @@ -253,6 +257,10 @@ + + + +