From 59070b2762c6e2e4780b6cdcb9fa5b31a5fbf47c Mon Sep 17 00:00:00 2001 From: bingyanglin <bingyang.lin@iota.org> Date: Wed, 24 Jul 2019 19:32:38 +0800 Subject: [PATCH] add dashboard plugin --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index 99011bd1..071b091c 100644 --- a/main.go +++ b/main.go @@ -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, -- GitLab