Update x/gov/types/codec.go

Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
This commit is contained in:
Aaron Craelius
2020-02-26 20:15:00 -05:00
co-authored by Bot from GolangCI
parent 38d44e839e
commit 2e0033afcf
-1
View File
@@ -11,7 +11,6 @@ type Codec interface {
UnmarshalProposal(bz []byte, ptr *Proposal) error
}
// module codec
var ModuleCdc = codec.New()