mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
af70af2710
With this commit we give the funding manager the ability to inform the switch about custom channel policies, right after we've announced the channel to the network. This change is necessary because before #6753 a channel could only be opened with the default forwarding policies, so the switch automatically had the "correct" default values. Since #6753 added the ability to specify forwarding policies at channel open time, we announced those policies to the network but never updated the switch to inform it about the changed policies (previously changing the policies was only possible through the UpdateChannelPolicy RPC which did call the switch). |
||
---|---|---|
.. | ||
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 |