From 0c92bda566247bb441e26dd0f70dd7ecfe1208c7 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 28 Nov 2017 10:16:09 +1030 Subject: [PATCH] BOLT 9: Adding missing option bits for option-dataloss-protect. Somehow this got lost in merging; pre-approved at meeting 2017-11-27. Reported-by: Pierre-Marie Padiou Signed-off-by: Rusty Russell --- 09-features.md | 1 + 1 file changed, 1 insertion(+) diff --git a/09-features.md b/09-features.md index b404a29..88727cb 100644 --- a/09-features.md +++ b/09-features.md @@ -17,6 +17,7 @@ These flags may only be used in the `init` message: | Bits | Name |Description | Link | |------|------------------|------------------------------------------------|---------------------------------------------------------------------| +| 0/1 | `option-data-loss-protect` | Requires/supports extra `channel_reestablish` fields | [BOLT #2](02-peer-protocol.md#message-retransmission) | | 3 | `initial_routing_sync` | The sending node needs a complete routing information dump | [BOLT #7](07-routing-gossip.md#initial-sync) | | 4/5 | `option_upfront_shutdown_script` | Commit to a shutdown scriptpubkey when opening | [BOLT #2](02-peer-protocol.md#the-open_channel-message) |