channeld: send option_data_loss_protect fields.

We ignore incoming for now, but this means we advertize the option and
we send the required fields.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2018-08-17 13:46:34 +09:30
committed by Christian Decker
parent 61c6b8b25a
commit ebaf5eaf2e
6 changed files with 51 additions and 8 deletions

View File

@@ -4,6 +4,7 @@
#include <wire/peer_wire.h>
static const u32 local_features[] = {
LOCAL_DATA_LOSS_PROTECT,
LOCAL_INITIAL_ROUTING_SYNC,
LOCAL_GOSSIP_QUERIES
};