mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 15:04:19 +01:00
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:
committed by
Christian Decker
parent
61c6b8b25a
commit
ebaf5eaf2e
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user