Merge pull request #1532 : Add Codec.Seal

fix wire
This commit is contained in:
Joon
2018-07-05 12:04:21 -04:00
committed by Rigel
parent 1d12985e56
commit 22ec6ad98d
7 changed files with 12 additions and 2 deletions
+1
View File
@@ -197,6 +197,7 @@ func MakeCodec() *wire.Codec {
auth.RegisterWire(cdc)
sdk.RegisterWire(cdc)
wire.RegisterCrypto(cdc)
cdc.Seal()
return cdc
}