Add IBC to basecoind

This commit is contained in:
Adrian Brink
2018-03-15 15:07:01 +01:00
parent c409455150
commit cd79574927
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ type IBCTransferMsg struct {
}
func (msg IBCTransferMsg) Type() string {
return "ibctransfer"
return "ibc"
}
func (msg IBCTransferMsg) Get(key interface{}) interface{} {
@@ -65,7 +65,7 @@ type IBCReceiveMsg struct {
}
func (msg IBCReceiveMsg) Type() string {
return "ibcreceive"
return "ibc"
}
func (msg IBCReceiveMsg) Get(key interface{}) interface{} {