multi: rename fundingLockedMsg to channelReadyMsg

This commit is created by running,
```shell
gofmt -d -w -r 'fundingLockedMsg -> channelReadyMsg' .
```
This commit is contained in:
yyforyongyu
2023-03-16 05:00:17 +08:00
parent 112dc1faca
commit 539cae1999
3 changed files with 15 additions and 15 deletions

View File

@@ -746,12 +746,12 @@ func (p *Brontide) loadActiveChannels(chans []*channeldb.OpenChannel) (
return nil, err
}
fundingLockedMsg := lnwire.NewChannelReady(
channelReadyMsg := lnwire.NewChannelReady(
chanID, second,
)
fundingLockedMsg.AliasScid = &aliasScid
channelReadyMsg.AliasScid = &aliasScid
msgs = append(msgs, fundingLockedMsg)
msgs = append(msgs, channelReadyMsg)
}
// If we've negotiated the option-scid-alias feature