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
After the quick refactor of MsgTransfer on the port router branch. I noticed we iterate over coins twice and create tokens from coin twice. In unwindHops and before sending a MsgSendPacket
We should refactor the code to pass unwindHops the tokens rather than coins so that we only iterate once