From 5162ec052d66e246a6f8c61ca861bddbe775f1a6 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Mon, 29 Aug 2016 21:18:58 +1200 Subject: [PATCH] Render JoinSplit public values --- public/views/transaction/tx.html | 155 ++++++++++++++++++++++++++++++- 1 file changed, 152 insertions(+), 3 deletions(-) diff --git a/public/views/transaction/tx.html b/public/views/transaction/tx.html index c4b65d6..e6a5a6d 100644 --- a/public/views/transaction/tx.html +++ b/public/views/transaction/tx.html @@ -19,16 +19,158 @@ +
+
+
+
+
+ No JoinSplits +
+
+
+
+ + +
+
+
+
+
+ {{$root.currency.getConvertion(vjs.vpub_old) || vjs.vpub_old + ' ZEC'}} +
+
+ Public input +
+
+
+ + +
+
+
+ JoinSplit [{{vjs.n}}] +
+
+
+ + +
+
+
+ {{$root.currency.getConvertion(vjs.vpub_new) || vjs.vpub_new + ' ZEC' }} +
+
+ Public output +
+
+
+
+
+ + +
+
+ + +
+
+
+
+
+
+ {{$root.currency.getConvertion(vjs.vpub_old) || vjs.vpub_old + ' ZEC'}} +
+
+ Public input +
+
+
+ + +
+
+
+ JoinSplit [{{vjs.n}}] +
+
+
+ + +
+
+
+ {{$root.currency.getConvertion(vjs.vpub_new) || vjs.vpub_new + ' ZEC' }} +
+
+ Public output +
+
+
+
+
+
+ + +
+
+ + +
+
+
+
+
+
+
+ +
+
+ +
+
-
+
+
+
+ No Inputs +
+
+
+
No Inputs (Newly Generated Coins)
-
+
@@ -123,7 +265,14 @@
-
+
+
+
+ No Outputs +
+
+
+