From 9c5b040d0fa2d9dd520d6501530f3c062fab6ac4 Mon Sep 17 00:00:00 2001 From: phahulin Date: Wed, 29 Nov 2017 19:23:25 +0300 Subject: [PATCH] Change Owner to Master of Ceremony --- nodes/netstats-server/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/netstats-server/install.sh b/nodes/netstats-server/install.sh index b766604..f9dbf28 100644 --- a/nodes/netstats-server/install.sh +++ b/nodes/netstats-server/install.sh @@ -120,7 +120,7 @@ var config = function () { this.provider = new web3.providers.IpcProvider(this.ipcPath, net); this.bootstrapUrl = "https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/yeti/bootstrap.min.css"; this.names = { - "${OWNER_ADDRESS}": "Owner", + "${OWNER_ADDRESS}": "Master of Ceremony", }; }