Fix 0.22.7, bump to 0.22.8

This commit is contained in:
Jae Kwon
2018-07-26 18:08:09 -07:00
parent 18acd77e40
commit d542d2c394
8 changed files with 21 additions and 15 deletions

View File

@@ -8,6 +8,10 @@ import (
var cdc = amino.NewCodec()
func init() {
RegisterBlockAmino(cdc)
}
func RegisterBlockAmino(cdc *amino.Codec) {
cryptoAmino.RegisterAmino(cdc)
RegisterEvidences(cdc)
}