diff --git a/types/validator_set.go b/types/validator_set.go index 4ccd28d7c..5ef9a1be5 100644 --- a/types/validator_set.go +++ b/types/validator_set.go @@ -2,17 +2,8 @@ package types import ( abci "github.com/tendermint/abci/types" - "github.com/tendermint/go-crypto" - - "github.com/cosmos/cosmos-sdk/wire" ) -var cdc = wire.NewCodec() - -func init() { - crypto.RegisterAmino(cdc) -} - type Validator = abci.Validator type ValidatorSetKeeper interface {