mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 06:47:44 +01:00
This commit replaces `FundingLocked` found in docs using the following command, ```shell find . -name "*.go" -exec sed -i '' 's/FundingLocked/ChannelReady/g' {} \; find . -name "*.go" -exec sed -i '' 's/FundingLock/ChannelReady/g' {} \; ``` |
||
---|---|---|
.. | ||
chan_status_manager.go | ||
chan_status_manager_test.go | ||
channel_announcement.go | ||
channel_announcement_test.go | ||
channel_state.go | ||
channel_update.go | ||
channel_update_test.go | ||
host_ann.go | ||
host_ann_test.go | ||
interface.go | ||
log.go | ||
node_announcement.go | ||
node_signer.go | ||
sign.go |