From 440e43d626d2d7a903e302b49c932a15a51cc4d4 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Thu, 8 Sep 2016 07:37:37 +0800 Subject: [PATCH] json representation moved to more detailed view --- src/templates/tx.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/templates/tx.html b/src/templates/tx.html index edb4b59..b5160e0 100644 --- a/src/templates/tx.html +++ b/src/templates/tx.html @@ -145,11 +145,18 @@ - {{^with_ring_signatures}}
More details
{{/with_ring_signatures}} {{#with_ring_signatures}} + +

JSON representaiton of tx

+
+ + {{tx_json}} + +
+
Less details
{{/with_ring_signatures}}