-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move
channel_announcement
to Commitment
In preparation for announcing splices on public channels, we move the `channel_announcement` that was previously included in `DATA_NORMAL` to the `Commitment`'s funding status. Every confirmed commitment may be announced to the network once we support splicing, to let the rest of the network know that the channel wasn't closed by the spending tx but only changed its capacity.
- Loading branch information
Showing
22 changed files
with
252 additions
and
152 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
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
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
Oops, something went wrong.