From 67166fe5b68cd45acc488f60b437032a1b5eee01 Mon Sep 17 00:00:00 2001 From: Darren Nelsen Date: Mon, 21 May 2018 16:05:34 -0400 Subject: [PATCH] fix bug that crashes block page with unparsed addresses (because of trying to split scriptSig.asm that is not present) --- app/src/components/transaction/transaction.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/app/src/components/transaction/transaction.html b/app/src/components/transaction/transaction.html index 7a678c0..48f38a7 100644 --- a/app/src/components/transaction/transaction.html +++ b/app/src/components/transaction/transaction.html @@ -47,10 +47,8 @@

-
-
-

{{ scriptSig }}

-
+
+

{{ item.scriptSig.asm }}

@@ -87,7 +85,7 @@ Locking Script

-

{{vout.scriptPubKey.asm}}

+

{{ vout.scriptPubKey.asm }}

@@ -128,4 +126,4 @@ - \ No newline at end of file +