ibc-go
ibc-go copied to clipboard
Remove/Rename ibctesting.FirstChannelID
ibctesting.FirstChannelID
used to be a valid constant to represent channels used in testing. However, after #6748, this is not true anymore.
We should revisit all occurrences of this constant and either:
- Replace them with the appropriate channel
- Replace them with a properly named constant (most time they can either represent invalid channels or placeholders)