diff --git a/lnd.go b/lnd.go index d5bc77687..ddf88505c 100644 --- a/lnd.go +++ b/lnd.go @@ -11,6 +11,7 @@ import ( "io/ioutil" "net" "net/http" + _ "net/http/pprof" // Blank import to set up profiling HTTP handlers. "os" "path/filepath" "runtime/pprof" @@ -18,19 +19,14 @@ import ( "sync" "time" - // Blank import to set up profiling HTTP handlers. - _ "net/http/pprof" - - "gopkg.in/macaroon-bakery.v2/bakery" - "gopkg.in/macaroon.v2" - - "google.golang.org/grpc" - "google.golang.org/grpc/credentials" - "github.com/btcsuite/btcutil" "github.com/btcsuite/btcwallet/wallet" proxy "github.com/grpc-ecosystem/grpc-gateway/runtime" "github.com/lightninglabs/neutrino" + "google.golang.org/grpc" + "google.golang.org/grpc/credentials" + "gopkg.in/macaroon-bakery.v2/bakery" + "gopkg.in/macaroon.v2" "github.com/lightningnetwork/lnd/autopilot" "github.com/lightningnetwork/lnd/build"