You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
createOutgoingPacket should be renamed to sendTransfer to be consistent with the ibc-go implementation. Plus, the name is currently misleading since the method also sends the packet.
remove source, destPort, and destChannel from the signature of createOutgoingPacket since they are not needed (i.e., source is computed in the method, while destPort and destChannel can be queried from the channel end (see the ibc-go implementation).
createOutgoingPacket
should be renamed tosendTransfer
to be consistent with the ibc-go implementation. Plus, the name is currently misleading since the method also sends the packet.source
,destPort
, anddestChannel
from the signature ofcreateOutgoingPacket
since they are not needed (i.e.,source
is computed in the method, whiledestPort
anddestChannel
can be queried from the channel end (see the ibc-go implementation).The text was updated successfully, but these errors were encountered: