Skip to content
Snippets Groups Projects
Commit bf905bc5 authored by Hans Moog's avatar Hans Moog
Browse files

Feat: enable gossipping

parent 47252d7a
Branches
Tags
No related merge requests found
...@@ -8,6 +8,7 @@ import ( ...@@ -8,6 +8,7 @@ import (
"github.com/iotaledger/goshimmer/plugins/cli" "github.com/iotaledger/goshimmer/plugins/cli"
"github.com/iotaledger/goshimmer/plugins/dashboard" "github.com/iotaledger/goshimmer/plugins/dashboard"
"github.com/iotaledger/goshimmer/plugins/gossip" "github.com/iotaledger/goshimmer/plugins/gossip"
"github.com/iotaledger/goshimmer/plugins/gossip-on-solidification"
"github.com/iotaledger/goshimmer/plugins/gracefulshutdown" "github.com/iotaledger/goshimmer/plugins/gracefulshutdown"
"github.com/iotaledger/goshimmer/plugins/metrics" "github.com/iotaledger/goshimmer/plugins/metrics"
"github.com/iotaledger/goshimmer/plugins/statusscreen" "github.com/iotaledger/goshimmer/plugins/statusscreen"
...@@ -25,7 +26,7 @@ func main() { ...@@ -25,7 +26,7 @@ func main() {
cli.PLUGIN, cli.PLUGIN,
autopeering.PLUGIN, autopeering.PLUGIN,
gossip.PLUGIN, gossip.PLUGIN,
//gossip_on_solidification.PLUGIN, gossip_on_solidification.PLUGIN,
tangle.PLUGIN, tangle.PLUGIN,
bundleprocessor.PLUGIN, bundleprocessor.PLUGIN,
analysis.PLUGIN, analysis.PLUGIN,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment