codec: register Evidence (#478)

* app, docs: update Bech32 HRP

* codec: register Evidence

* cleanup

* c++
This commit is contained in:
Federico Kunze Küllmer
2021-08-23 08:51:24 -04:00
committed by GitHub
parent 9dcbebafb8
commit 486e0130fd
3 changed files with 5 additions and 346 deletions
+1
View File
@@ -14,6 +14,7 @@ import (
func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) {
sdk.RegisterLegacyAminoCodec(cdc)
cryptocodec.RegisterCrypto(cdc)
codec.RegisterEvidences(cdc)
}
// RegisterInterfaces registers Interfaces from types, crypto, and SDK std.