From 7e55c1b6f8523f7b9fa41a900f9f3fbb212e884b Mon Sep 17 00:00:00 2001 From: Darren Nelsen Date: Tue, 8 Aug 2017 14:08:51 -0400 Subject: [PATCH] add vin expanded values --- app/src/components/transaction/transaction.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/app/src/components/transaction/transaction.html b/app/src/components/transaction/transaction.html index 5b68b21..cdd1292 100644 --- a/app/src/components/transaction/transaction.html +++ b/app/src/components/transaction/transaction.html @@ -26,8 +26,20 @@ - {{ vin.addr }} - {{ vin.value + ' BTC' }} +
+

{{ vin.addr }} {{ vin.value + ' BTC' }}

+
+

Confirmations {{vin.confirmations}}

+

scriptSig

+ +
+