mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 16:44:20 +01:00
EXPERIMENTAL: advertize the extended_queries feature.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
d943d8abbc
commit
a38131f349
@@ -7,7 +7,10 @@ static const u32 our_localfeatures[] = {
|
||||
LOCAL_DATA_LOSS_PROTECT,
|
||||
LOCAL_INITIAL_ROUTING_SYNC,
|
||||
LOCAL_UPFRONT_SHUTDOWN_SCRIPT,
|
||||
LOCAL_GOSSIP_QUERIES
|
||||
LOCAL_GOSSIP_QUERIES,
|
||||
#if EXPERIMENTAL_FEATURES
|
||||
LOCAL_EXTENDED_GOSSIP_QUERIES
|
||||
#endif
|
||||
};
|
||||
|
||||
static const u32 our_globalfeatures[] = {
|
||||
|
||||
Reference in New Issue
Block a user