From 85b17927d6342b114a226ba01b81aea1678c9009 Mon Sep 17 00:00:00 2001 From: softsimon Date: Tue, 31 May 2022 04:13:13 +0400 Subject: [PATCH] Handle nonstandard inputs fixes #1744 --- .../transactions-list/transactions-list.component.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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() }} +