Skip to content

Commit

Permalink
Merge pull request lino-network#279 from lino-network/jason/dev
Browse files Browse the repository at this point in the history
register claim interest msg
  • Loading branch information
ZhimaoL authored Sep 15, 2018
2 parents 66f1280 + 102f170 commit c617876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/account/wire.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ func RegisterWire(cdc *wire.Codec) {
cdc.RegisterConcrete(UnfollowMsg{}, "lino/unfollow", nil)
cdc.RegisterConcrete(TransferMsg{}, "lino/transfer", nil)
cdc.RegisterConcrete(ClaimMsg{}, "lino/claim", nil)
cdc.RegisterConcrete(ClaimInterestMsg{}, "lino/claimInterest", nil)
cdc.RegisterConcrete(RecoverMsg{}, "lino/recover", nil)
cdc.RegisterConcrete(UpdateAccountMsg{}, "lino/updateAcc", nil)
}
Expand Down

0 comments on commit c617876

Please sign in to comment.