lnd/funding
yyforyongyu 2dc08a2a76
multi: rename NewFundingLocked to NewChannelReady
This commit is created by the following command,

```shell
gofmt -d -w -r 'NewFundingLocked -> NewChannelReady' .
```
2023-03-17 18:21:58 +08:00
..
batch.go funding: code style cleanup for the funding package 2023-01-12 22:40:51 +10:30
batch_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
commitment_type_negotiation.go funding: code style cleanup for the funding package 2023-01-12 22:40:51 +10:30
commitment_type_negotiation_test.go server+funding: allow scid-alias, zero-conf chantypes, scid-alias 2022-07-07 17:10:28 -04:00
config_integration.go multi: add new build tag integration 2023-02-23 21:56:09 +08:00
interfaces.go server+funding: allow scid-alias, zero-conf chantypes, scid-alias 2022-07-07 17:10:28 -04:00
log.go lnd+funding: register funding logger 2020-12-17 09:36:34 -05:00
manager.go multi: rename NewFundingLocked to NewChannelReady 2023-03-17 18:21:58 +08:00
manager_test.go multi: rename FundingLocked to ChannelReady 2023-03-17 18:21:58 +08:00