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-17 16:53:24 -05:00
parent 38d44e839e
commit 2e0033afcf
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ type Codec interface {
UnmarshalProposal(bz []byte, ptr *Proposal) error
}
// module codec
var ModuleCdc = codec.New()