remove cdc from validator_set.go

This commit is contained in:
mossid 2018-04-25 16:58:06 +02:00 committed by rigelrozanski
parent 755f79d52d
commit 02a267c292
1 changed files with 0 additions and 9 deletions

View File

@ -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 {