Skip to content

Commit

Permalink
Remove unused MsgRecvPacket
Browse files Browse the repository at this point in the history
  • Loading branch information
cwgoes committed Feb 3, 2020
1 parent 30a3a46 commit 339dd38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/ibc/20-transfer/alias.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type (
ClientKeeper = types.ClientKeeper
ConnectionKeeper = types.ConnectionKeeper
SupplyKeeper = types.SupplyKeeper
MsgTransfer = types.MsgTransfer
FungibleTokenPacketData = types.FungibleTokenPacketData
AckDataTransfer = types.AckDataTransfer
MsgTransfer = types.MsgTransfer
PacketDataTransfer = types.PacketDataTransfer
)

0 comments on commit 339dd38

Please sign in to comment.