-
Notifications
You must be signed in to change notification settings - Fork 912
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
channeld: handle reestablish from previous release with EXPERIMENTAL_…
…FEATURES. We switched channel_types from optional to compulsory bits in cb22015. The result is infinite reconnects against older nodes; we reject what they send, and they reject what we send. The simplest fix is to neither send nor receive the (optional!) tlvs unless we both advertize option_quiesce, which we now do. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-EXPERIMENTAL: channel_upgrade draft upgraded: cannot upgrade channels until peers also upgrade.
- Loading branch information
1 parent
0fb56c0
commit 233e19d
Showing
1 changed file
with
58 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters