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
Counterparty.ChannelID not available in OnChanOpenAck callback implementation.
Problem Definition
In a previous version the Counterparty.ChannelID was available for an OnChanOpenAck callback implementation (read via channelKeeper.GetChannel(). Now the the channelID is empty.
The data is available at this stage but persisted only some lines after the callback call.
Proposal
It would be helpful if the channel data could be stored first so that the callback implementation could access it.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
Counterparty.ChannelID
not available inOnChanOpenAck
callback implementation.Problem Definition
In a previous version the
Counterparty.ChannelID
was available for anOnChanOpenAck
callback implementation (read viachannelKeeper.GetChannel()
. Now the the channelID is empty.The data is available at this stage but persisted only some lines after the callback call.
Proposal
It would be helpful if the channel data could be stored first so that the callback implementation could access it.
For Admin Use
The text was updated successfully, but these errors were encountered: