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

Feat: plugins can be disabled and enabled

parent e00b07cb
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ import (
"github.com/iotaledger/goshimmer/plugins/tangle"
)
var PLUGIN = node.NewPlugin("ZeroMQ", configure, run)
var PLUGIN = node.NewPlugin("ZeroMQ", node.Enabled, 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