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
Current channelID is calculated with keccak256(src,dest) where channel epoch is not included in the calculation.
However, the channel epoch should likely be part of the channel ID, cause then we have to check back and post-process and prune the data in the DB for channels reopened in different epochs causing some issues.