mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-28 22:52:33 +02: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:
@@ -1545,7 +1545,7 @@ out:
|
||||
*lnwire.AcceptChannel,
|
||||
*lnwire.FundingCreated,
|
||||
*lnwire.FundingSigned,
|
||||
*lnwire.FundingLocked:
|
||||
*lnwire.ChannelReady:
|
||||
|
||||
p.cfg.FundingManager.ProcessFundingMsg(msg, p)
|
||||
|
||||
@@ -1794,7 +1794,7 @@ func messageSummary(msg lnwire.Message) string {
|
||||
case *lnwire.FundingSigned:
|
||||
return fmt.Sprintf("chan_id=%v", msg.ChanID)
|
||||
|
||||
case *lnwire.FundingLocked:
|
||||
case *lnwire.ChannelReady:
|
||||
return fmt.Sprintf("chan_id=%v, next_point=%x",
|
||||
msg.ChanID, msg.NextPerCommitmentPoint.SerializeCompressed())
|
||||
|
||||
|
Reference in New Issue
Block a user