lnd/aliasmgr
yyforyongyu f8a8326141
multi: replace FundingLocked and funding_locked strings
This commit is created by running the following commands,
```shell
find . -name "*.go" -exec sed -i '' 's/\"FundingLocked/\"ChannelReady/g' {} \;
find . -name "*.go" -exec sed -i '' 's/FundingLocked\"/ChannelReady\"/g' {} \;
find . -name "*.go" -exec sed -i '' 's/\ funding_locked/\ channel_ready/g' {} \;
```
2023-03-17 18:21:59 +08:00
..
aliasmgr_test.go aliasmgr: export StartingAlias so other packages can use it 2023-01-25 12:03:19 -05:00
aliasmgr.go multi: replace FundingLocked and funding_locked strings 2023-03-17 18:21:59 +08:00