From 6ac88786b4ed6bfc7d329b7fb0f0aa9e9dbfb9c1 Mon Sep 17 00:00:00 2001 From: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Date: Wed, 29 Jan 2020 12:50:44 +0000 Subject: [PATCH] Update config.json (#195) Removed reference to `zeromq` configuration option because we've removed the plugin. --- config.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.json b/config.json index d7e13395..eb5b4275 100644 --- a/config.json +++ b/config.json @@ -57,8 +57,5 @@ "username": "goshimmer" }, "bindAddress": "127.0.0.1:8080" - }, - "zeromq": { - "port": 5556 } } -- GitLab