1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-02-24 06:47:56 +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:
Rusty Russell 2017-06-27 12:14:29 +09:30
parent ac8b830598
commit 46848dcf21

View file

@ -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