From 98fd5bd8f867068fcbd012ebdc7678b7762d0a6d Mon Sep 17 00:00:00 2001 From: softsimon Date: Sat, 5 Dec 2020 02:32:16 +0700 Subject: [PATCH] Remove extra garbage characters from OP_RETURN tooltip. fixes #254 --- .../transactions-list/transactions-list.component.html | 2 +- 1 file changed, 1 insertion(+), 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 0db4eec8b..2f4301cf3 100644 --- a/frontend/src/app/components/transactions-list/transactions-list.component.html +++ b/frontend/src/app/components/transactions-list/transactions-list.component.html @@ -130,7 +130,7 @@ - OP_RETURN {{ vout.scriptpubkey_asm | hex2ascii }} + OP_RETURN {{ vout.scriptpubkey_asm | hex2ascii }} {{ vout.scriptpubkey_type | scriptpubkeyType }}