add cool msg to codec
This commit is contained in:
@@ -81,10 +81,14 @@ func MakeCodec() *wire.Codec {
|
||||
|
||||
const msgTypeSend = 0x1
|
||||
const msgTypeIssue = 0x2
|
||||
const msgTypeWhatCool = 0x3
|
||||
const msgTypeSetWhatCool = 0x4
|
||||
var _ = oldwire.RegisterInterface(
|
||||
struct{ sdk.Msg }{},
|
||||
oldwire.ConcreteType{bank.SendMsg{}, msgTypeSend},
|
||||
oldwire.ConcreteType{bank.IssueMsg{}, msgTypeIssue},
|
||||
oldwire.ConcreteType{cool.WhatCoolMsg{}, msgTypeWhatCool},
|
||||
oldwire.ConcreteType{cool.SetWhatCoolMsg{}, msgTypeSetWhatCool},
|
||||
)
|
||||
|
||||
const accTypeApp = 0x1
|
||||
|
||||
Reference in New Issue
Block a user