Skip to content
Snippets Groups Projects
Commit 272f04ca authored by Wolfgang Welz's avatar Wolfgang Welz
Browse files

Disable the zeromq plugin by default

parent dc5aab86
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,8 @@ import (
"github.com/iotaledger/goshimmer/plugins/tangle"
)
var PLUGIN = node.NewPlugin("ZeroMQ", node.Enabled, configure, run)
// zeromq logging is disabled by default
var PLUGIN = node.NewPlugin("ZeroMQ", node.Disabled, configure, run)
var publisher *Publisher
var emptyTag = strings.Repeat("9", 27)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment