|
+
+
diff --git a/public/views/transaction/list.html b/public/views/transaction/list.html
index f8501c95..a8d35eb1 100644
--- a/public/views/transaction/list.html
+++ b/public/views/transaction/list.html
@@ -1,71 +1,5 @@
Loading...
There are not transactions
-
-
-
-
-
-
- No Inputs (Newly Generated isCoinBasens)
-
- {{vin.reward}} BTC
-
-
- -
-
-
-
-
{{vin.value}} BTC
-
-
-
-
-
-
-
-
-
-
-
-
- {{vout.scriptPubKey.type}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Feeds: {{tx.feeds}}
-
-
+
diff --git a/public/views/transaction/tx.html b/public/views/transaction/tx.html
new file mode 100644
index 00000000..a48c67b8
--- /dev/null
+++ b/public/views/transaction/tx.html
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+ No Inputs (Newly Generated isCoinBasens)
+
+ {{vin.reward}} BTC
+
+
+ -
+
+
+
+
{{vin.value}} BTC
+
+
+
+
+
+
+
+
+
+
+
+
+ {{vout.scriptPubKey.type}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Feeds: {{tx.feeds}}
+
+
+
|