Skip to content
Snippets Groups Projects
Unverified Commit 59070b27 authored by bingyanglin's avatar bingyanglin
Browse files

add dashboard plugin

parent c9d53013
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@ import (
"github.com/iotaledger/goshimmer/plugins/autopeering"
"github.com/iotaledger/goshimmer/plugins/bundleprocessor"
"github.com/iotaledger/goshimmer/plugins/cli"
"github.com/iotaledger/goshimmer/plugins/dashboard"
"github.com/iotaledger/goshimmer/plugins/gossip"
"github.com/iotaledger/goshimmer/plugins/gracefulshutdown"
"github.com/iotaledger/goshimmer/plugins/metrics"
......@@ -31,6 +32,7 @@ func main() {
gracefulshutdown.PLUGIN,
tipselection.PLUGIN,
zeromq.PLUGIN,
dashboard.PLUGIN,
metrics.PLUGIN,
statusscreen.PLUGIN,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment