diff --git a/frontend/src/app/components/transactions-list/transactions-list.component.html b/frontend/src/app/components/transactions-list/transactions-list.component.html index 1b34692a8..0c1e46390 100644 --- a/frontend/src/app/components/transactions-list/transactions-list.component.html +++ b/frontend/src/app/components/transactions-list/transactions-list.component.html @@ -66,13 +66,16 @@ - + {{ vin.prevout.scriptpubkey_address | shortenString : 16 }} {{ vin.prevout.scriptpubkey_address }} {{ vin.prevout.scriptpubkey_address | capAddress: 40: 10 }} + + {{ vin.prevout.scriptpubkey_type?.toUpperCase() }} +