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 657d88197..fb9c5a7be 100644 --- a/frontend/src/app/components/transactions-list/transactions-list.component.html +++ b/frontend/src/app/components/transactions-list/transactions-list.component.html @@ -100,10 +100,16 @@ nSequence {{ formatHex(vin.sequence) }} - - Previous output script - {{ vin.prevout.scriptpubkey_type ? ('(' + vin.prevout.scriptpubkey_type + ')') : '' }}" - + + + Previous output script + + + + Previous output type + {{ vin.prevout.scriptpubkey_type?.toUpperCase() }} + + @@ -176,10 +182,6 @@ - - - - @@ -192,6 +194,10 @@ + + + +
Type{{ vout.scriptpubkey_type.toUpperCase() }}
ScriptPubKey (ASM) OP_RETURN data {{ vout.scriptpubkey_asm | hex2ascii }}
Type{{ vout.scriptpubkey_type.toUpperCase() }}