fix up a few things

This commit is contained in:
Callum Waters
2022-11-09 15:17:43 +01:00
parent 4021df503b
commit 7018c73baf
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -35,6 +35,8 @@ import (
"github.com/tendermint/tendermint/types"
tmtime "github.com/tendermint/tendermint/types/time"
"github.com/tendermint/tendermint/version"
_ "net/http/pprof" //nolint: gosec
)
// Node is the highest level interface to a full Tendermint node.