mirror of
https://github.com/lightning/bolts.git
synced 2025-02-22 06:21:48 +01:00
BOLT9: Format table
This commit is contained in:
parent
309e86d471
commit
38bd57be76
1 changed files with 6 additions and 6 deletions
|
@ -20,12 +20,12 @@ see [BOLT #1: The `init` Message](01-messaging.md#the-init-message).
|
|||
|
||||
These flags may only be used in the `init` message:
|
||||
|
||||
| Bits | Name |Description | Link |
|
||||
|------|------------------|------------------------------------------------|---------------------------------------------------------------------|
|
||||
| 0/1 | `option_data_loss_protect` | Requires or supports extra `channel_reestablish` fields | [BOLT #2](02-peer-protocol.md#message-retransmission) |
|
||||
| 3 | `initial_routing_sync` | Indicates that the sending node needs a complete routing information dump | [BOLT #7](07-routing-gossip.md#initial-sync) |
|
||||
| 4/5 | `option_upfront_shutdown_script` | Commits to a shutdown scriptpubkey when opening channel | [BOLT #2](02-peer-protocol.md#the-open_channel-message) |
|
||||
| 6/7 | `gossip_queries` | More sophisticated gossip control | [BOLT #7](07-routing-gossip.md#query-messages) |
|
||||
| Bits | Name | Description | Link |
|
||||
|------|----------------------------------|---------------------------------------------------------------------------|---------------------------------------------------------|
|
||||
| 0/1 | `option_data_loss_protect` | Requires or supports extra `channel_reestablish` fields | [BOLT #2](02-peer-protocol.md#message-retransmission) |
|
||||
| 3 | `initial_routing_sync` | Indicates that the sending node needs a complete routing information dump | [BOLT #7](07-routing-gossip.md#initial-sync) |
|
||||
| 4/5 | `option_upfront_shutdown_script` | Commits to a shutdown scriptpubkey when opening channel | [BOLT #2](02-peer-protocol.md#the-open_channel-message) |
|
||||
| 6/7 | `gossip_queries` | More sophisticated gossip control | [BOLT #7](07-routing-gossip.md#query-messages) |
|
||||
|
||||
## Assigned `globalfeatures` flags
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue