From d188ab3c09d7d54516e43e1f4d8789a294631c2f Mon Sep 17 00:00:00 2001 From: softsimon Date: Mon, 7 Mar 2022 13:14:34 +0100 Subject: [PATCH] Handle missing asset registry for inputs refs #1246 --- .../transactions-list/transactions-list.component.html | 5 ++++- 1 file changed, 4 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 f80953738..aad157d59 100644 --- a/frontend/src/app/components/transactions-list/transactions-list.component.html +++ b/frontend/src/app/components/transactions-list/transactions-list.component.html @@ -73,9 +73,12 @@ -
+
+ + {{ vin.prevout.value }} {{ vin.prevout.asset | slice : 0 : 7 }} +