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 @@
Type | -{{ vout.scriptpubkey_type.toUpperCase() }} | -||
ScriptPubKey (ASM) | @@ -192,6 +194,10 @@ | OP_RETURN data | {{ vout.scriptpubkey_asm | hex2ascii }} |
Type | +{{ vout.scriptpubkey_type.toUpperCase() }} | +