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
The approach taken in the PoC is again to only handle the case where we have a slice of sdk.Coin, if we are receiving a message that has the old token field populated, we create a slice of one item and execute the same code path.
charleenfei
changed the title
[ICS20-2] Update sendTransfer to iterate over an array of coins.
[ICS20-2] Update sendTransfer to iterate over an array of coins
Apr 9, 2024
charleenfei
changed the title
[ICS20-2] Update sendTransfer to iterate over an array of coins
Update sendTransfer to iterate over an array of coins
Apr 9, 2024
The approach taken in the PoC is again to only handle the case where we have a slice of
sdk.Coin
, if we are receiving a message that has the oldtoken
field populated, we create a slice of one item and execute the same code path.implementation here
The text was updated successfully, but these errors were encountered: