Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
fix codec
Browse files Browse the repository at this point in the history
  • Loading branch information
Stumble committed Oct 29, 2019
1 parent ad1238e commit 504ef78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ func MakeCodec() *wire.Codec {
devtypes.RegisterWire(cdc)
votetypes.RegisterWire(cdc)
valtypes.RegisterCodec(cdc)
pricetypes.RegisterCodec(cdc)
// proposal.RegisterWire(cdc)
registerEvent(cdc)

Expand Down

0 comments on commit 504ef78

Please sign in to comment.