diff --git a/main.go b/main.go index d594a410573c9eecd1174953ade9c22d8d5fe6ec..d2e0f90abeb480bf290995f9f3d1c9e81c6f1a7f 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,6 @@ import ( "github.com/iotaledger/goshimmer/plugins/autopeering" "github.com/iotaledger/goshimmer/plugins/cli" "github.com/iotaledger/goshimmer/plugins/gossip" - gossip_on_solidification "github.com/iotaledger/goshimmer/plugins/gossip-on-solidification" "github.com/iotaledger/goshimmer/plugins/gracefulshutdown" "github.com/iotaledger/goshimmer/plugins/metrics" "github.com/iotaledger/goshimmer/plugins/statusscreen" @@ -24,7 +23,7 @@ func main() { cli.PLUGIN, autopeering.PLUGIN, gossip.PLUGIN, - gossip_on_solidification.PLUGIN, + //gossip_on_solidification.PLUGIN, tangle.PLUGIN, //bundleprocessor.PLUGIN, analysis.PLUGIN,