option_data_loss_protect: reenable by default

This commit is contained in:
lisa neigut
2019-01-20 10:18:10 -08:00
committed by Rusty Russell
parent 4a45caae32
commit 28699f0eca
3 changed files with 3 additions and 8 deletions

View File

@@ -4,9 +4,7 @@
#include <wire/peer_wire.h>
static const u32 our_localfeatures[] = {
#if EXPERIMENTAL_FEATURES
LOCAL_DATA_LOSS_PROTECT,
#endif
LOCAL_INITIAL_ROUTING_SYNC,
LOCAL_GOSSIP_QUERIES
};