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
Since LND is breaking backwards compatibility with the channel type message with potentially no deprecation window, the results of channel type cannot be trusted in a backwards compatible way: lightningnetwork/lnd#5890
To fix this issue, remove all references to what type of channel a channel is and wait for a future time when there is a reliable signal that can be used
The text was updated successfully, but these errors were encountered:
Since LND is breaking backwards compatibility with the channel type message with potentially no deprecation window, the results of channel type cannot be trusted in a backwards compatible way:
lightningnetwork/lnd#5890
To fix this issue, remove all references to what type of channel a channel is and wait for a future time when there is a reliable signal that can be used
The text was updated successfully, but these errors were encountered: