mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
f8a8326141
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' {} \; ``` |
||
---|---|---|
.. | ||
batch_test.go | ||
batch.go | ||
commitment_type_negotiation_test.go | ||
commitment_type_negotiation.go | ||
config_integration.go | ||
interfaces.go | ||
log.go | ||
manager_test.go | ||
manager.go |