Merge PR #5155: Remove unused KeyBase (dead code)

This commit is contained in:
Vladimir Evgrafov
2019-10-08 16:48:41 -04:00
committed by Alexander Bezobchuk
parent fd76e62f49
commit 1a33f1c8cb
+2 -4
View File
@@ -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