Work out wire for IBC module

This commit is contained in:
Adrian Brink
2018-03-18 15:47:17 +01:00
parent 36c508032b
commit 23191aee68
4 changed files with 17 additions and 51 deletions
+1
View File
@@ -108,6 +108,7 @@ func MakeCodec() *wire.Codec {
// cdc.RegisterInterface((*sdk.Msg)(nil), nil)
// bank.RegisterWire(cdc) // Register bank.[SendMsg,IssueMsg] types.
// crypto.RegisterWire(cdc) // Register crypto.[PubKey,PrivKey,Signature] types.
// ibc.RegisterWire(cdc) // Register ibc.[IBCTransferMsg, IBCReceiveMsg] types.
return cdc
}