mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-25 13:37:47 +01:00
multi: rename FundingLocked to ChannelReady
This commit is created by running, ```shell gofmt -d -w -r 'FundingLocked -> ChannelReady' . gco master channeldb/migration ```
This commit is contained in:
@@ -495,7 +495,7 @@ func getChanID(msg lnwire.Message) (lnwire.ChannelID, error) {
|
||||
chanID = msg.ChanID
|
||||
case *lnwire.ChannelReestablish:
|
||||
chanID = msg.ChanID
|
||||
case *lnwire.FundingLocked:
|
||||
case *lnwire.ChannelReady:
|
||||
chanID = msg.ChanID
|
||||
case *lnwire.UpdateFee:
|
||||
chanID = msg.ChanID
|
||||
|
||||
Reference in New Issue
Block a user