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 -2
View File
@@ -44,6 +44,5 @@ var Cdc *Codec
func init() {
cdc := NewCodec()
RegisterCrypto(cdc)
Cdc = cdc
//Cdc = cdc.Seal() // TODO uncomment once amino upgraded to 0.9.10
Cdc = cdc.Seal()
}