Rename *codec.Codec to *codec.LegacyAmino (#6991)

* Rename *codec.Codec to *codec.LegacyAmino

* Implement requested changes

Co-authored-by: Aaron Craelius <aaron@regen.network>
This commit is contained in:
dauTT
2020-08-10 19:41:21 +00:00
committed by GitHub
co-authored by Aaron Craelius
parent 769387b754
commit 20c80cfd44
148 changed files with 422 additions and 422 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ var (
valAddr1 = sdk.ValAddress(delPk1.Address())
)
func makeTestCodec() (cdc *codec.Codec) {
func makeTestCodec() (cdc *codec.LegacyAmino) {
cdc = codec.New()
sdk.RegisterCodec(cdc)
cryptocodec.RegisterCrypto(cdc)