From a608cefa074012bbc6687bac7e9166d164224301 Mon Sep 17 00:00:00 2001 From: Sebastien Bramille Date: Mon, 4 Jun 2018 16:12:15 +0100 Subject: [PATCH] Fix node-status page --- views/node-status.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/node-status.pug b/views/node-status.pug index 2a8d4fa..c6b3c10 100644 --- a/views/node-status.pug +++ b/views/node-status.pug @@ -23,7 +23,7 @@ block content table(class="table") tr th(class="table-active properties-header") Host : Port - td(class="monospace") #{env.rpc.host + " : " + env.rpc.port} + td(class="monospace") #{global.client.host + " : " + global.client.port} tr th(class="table-active properties-header") Chain