diff --git a/app/src/components/transaction/transaction.html b/app/src/components/transaction/transaction.html index d46d07c..78b2ea6 100644 --- a/app/src/components/transaction/transaction.html +++ b/app/src/components/transaction/transaction.html @@ -18,7 +18,7 @@ - + @@ -29,7 +29,9 @@
-

{{ vin.addr }}

+

Confirmations {{vin.confirmations}}

scriptSig

@@ -52,14 +54,18 @@ - + + - + +
-

{{ getAddress(vout) }}

+

Type {{vout.scriptPubKey.type}}

scriptPubKey

@@ -80,11 +86,13 @@ - + Fee {{ currency.getConversion(tx.fees) }} - + {{ tx.confirmations }} Confirmations + + {{ currency.getConversion(tx.valueOut) }}