|
|
@ -2,7 +2,6 @@ package blockchain |
|
|
|
|
|
|
|
import ( |
|
|
|
"github.com/tendermint/go-amino" |
|
|
|
cryptoAmino "github.com/tendermint/tendermint/crypto/encoding/amino" |
|
|
|
"github.com/tendermint/tendermint/types" |
|
|
|
) |
|
|
|
|
|
|
@ -10,6 +9,5 @@ var cdc = amino.NewCodec() |
|
|
|
|
|
|
|
func init() { |
|
|
|
RegisterBlockchainMessages(cdc) |
|
|
|
cryptoAmino.RegisterAmino(cdc) |
|
|
|
types.RegisterEvidences(cdc) |
|
|
|
types.RegisterBlockAmino(cdc) |
|
|
|
} |