From f39d90547eaad7b917ef571f492def3677ec67e7 Mon Sep 17 00:00:00 2001 From: softsimon Date: Tue, 2 Feb 2021 01:32:15 +0700 Subject: [PATCH] Display P2PK inputs as "P2PK" instead of empty string. fixes #290 --- .../transactions-list/transactions-list.component.html | 3 +++ 1 file changed, 3 insertions(+) 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 44a7133bf..84bfd8246 100644 --- a/frontend/src/app/components/transactions-list/transactions-list.component.html +++ b/frontend/src/app/components/transactions-list/transactions-list.component.html @@ -40,6 +40,9 @@ Peg-in + + P2PK + {{ vin.prevout.scriptpubkey_address | shortenString : 16 }}