mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-18 08:51:08 +02:00
This commit modifies the ChannelType enum to no longer use iota as changes in the definition would cause the values to shift, breaking the long-term stability required for persistence. Instead, we now select values manually to indicate the particular channel type.