mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-07 19:30:46 +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:
@@ -442,7 +442,7 @@ func newMsgFundingSigned(t testing.TB, r io.Reader) *lnwire.FundingSigned {
|
||||
return msg
|
||||
}
|
||||
|
||||
func newMsgFundingLocked(t testing.TB, r io.Reader) *lnwire.FundingLocked {
|
||||
func newMsgFundingLocked(t testing.TB, r io.Reader) *lnwire.ChannelReady {
|
||||
t.Helper()
|
||||
|
||||
var c [32]byte
|
||||
|
Reference in New Issue
Block a user