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
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary
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 aMsgSendPacket
We should refactor the code to pass
unwindHops
the tokens rather than coins so that we only iterate onceFor Admin Use
The text was updated successfully, but these errors were encountered: