diff --git a/client/lcd/root.go b/client/lcd/root.go index 71b70ae08..af0e74b48 100644 --- a/client/lcd/root.go +++ b/client/lcd/root.go @@ -17,7 +17,6 @@ import ( "github.com/cosmos/cosmos-sdk/client/context" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/codec" - keybase "github.com/cosmos/cosmos-sdk/crypto/keys" "github.com/cosmos/cosmos-sdk/server" // unnamed import of statik for swagger UI support @@ -26,9 +25,8 @@ import ( // RestServer represents the Light Client Rest server type RestServer struct { - Mux *mux.Router - CliCtx context.CLIContext - KeyBase keybase.Keybase + Mux *mux.Router + CliCtx context.CLIContext log log.Logger listener net.Listener