-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bolt7: add flag for not forwarding channel updates (#999)
Since #910, nodes are allowed to use aliases instead of real scids. It is helpful to make it explicit that updates using such aliases must not be forwarded to other nodes by setting a flag in `channel_update`. This flag is also generally useful for unannounced channels, regardless of whether they use an scid alias or not. We also make the `htlc_maximum_msat` field mandatory: every node on the network currently sets it, so we can simplify the spec.
- Loading branch information
Showing
1 changed file
with
18 additions
and
35 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