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
So IIUC, the error in the spec is now that onChanOpenTry is called with datagram.channelIdentifier, whereas it should be called with the channelIdentifier returned by chanOpenTry, right? Then, the correct way to do it would be to write the ChannelEnd to storage in ICS-26, as is done in ibc-go, right?
So IIUC, the error in the spec is now that
onChanOpenTry
is called withdatagram.channelIdentifier
, whereas it should be called with thechannelIdentifier
returned bychanOpenTry
, right? Then, the correct way to do it would be to write theChannelEnd
to storage in ICS-26, as is done in ibc-go, right?Originally posted by @plafer in #906 (comment)
The text was updated successfully, but these errors were encountered: