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 @@ + + + +