added genesis hash

This commit is contained in:
cubedro
2015-07-30 18:34:10 +03:00
parent 79da0eed0c
commit 308921870d
3 changed files with 3 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ netStatsApp.controller('StatsCtrl', function($scope, $filter, socket, _, toastr)
// Main Stats init
// ---------------
$scope.frontierHash = '?';
$scope.frontierHash = '0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa';
$scope.nodesTotal = 0;
$scope.nodesActive = 0;
$scope.bestBlock = 0;