From e71dbd81d0c47872c560c7c0edb6581c4090d622 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Mon, 29 Aug 2016 01:44:07 +1200 Subject: [PATCH] Render nonce and Equihash solution in block view --- public/views/block.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/public/views/block.html b/public/views/block.html index 4dad83a..7a1a8a1 100644 --- a/public/views/block.html +++ b/public/views/block.html @@ -88,7 +88,7 @@
- +
@@ -108,7 +108,21 @@ - + + + + +
Difficulty
Nonce{{block.nonce}} +
+ + {{block.nonce}} +
+
Solution +
+ + {{block.solution}} +
+
Next Block