From c9e63a723a2562c4cc67a9a8000193366825c2c0 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 + ')') : '' }}