From e946547c7601a8755b9025c8fa5558f14588217f Mon Sep 17 00:00:00 2001 From: softsimon Date: Mon, 16 Nov 2020 02:02:16 +0700 Subject: [PATCH] Adding prevout script. Fixed padding. refs #46 --- .../transactions-list/transactions-list.component.html | 6 +++++- 1 file changed, 5 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 04ab6ac0a..07d5a0dbd 100644 --- a/frontend/src/app/components/transactions-list/transactions-list.component.html +++ b/frontend/src/app/components/transactions-list/transactions-list.component.html @@ -65,7 +65,7 @@ - +
@@ -93,6 +93,10 @@ + + + +
nSequence {{ formatHex(vin.sequence) }}
Previous output script{{ vin.prevout.scriptpubkey_asm }} {{ vin.prevout.scriptpubkey_type ? ('(' + vin.prevout.scriptpubkey_type + ')') : '' }}