mirror of
https://github.com/lightning/bolts.git
synced 2025-02-23 22:46:57 +01:00
BOLT 7: fix outdated description of channel announce.
The requirements were updated in 667ca1fdd6
but not the discussion above.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
ac8b830598
commit
46848dcf21
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ It contains the necessary signatures by the sender to construct the `channel_ann
|
|||
* [`64`:`node_signature`]
|
||||
* [`64`:`bitcoin_signature`]
|
||||
|
||||
The willingness of the endpoints to announce the channel is signaled during the connection setup by setting a `channels_public` bit in the `localfeatures` field.
|
||||
The willingness of the initiating node to announce the channel is signaled during channel opening by setting the `announce_channel` bit in `channel_flags` (see [BOLT #2](02-peer-protocol.md#the-open_channel-message)).
|
||||
|
||||
### Requirements
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue