diff --git a/orderer/common/server/main.go b/orderer/common/server/main.go index 50438ff9851..8037000fc0c 100644 --- a/orderer/common/server/main.go +++ b/orderer/common/server/main.go @@ -10,6 +10,7 @@ import ( "net" "net/http" _ "net/http/pprof" // This is essentially the main package for the orderer + "os" "time"