mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 07:34:21 +01:00
lightningd: set the channel_type feature.
AFAICT we should have been doing this since we started sending and receiving it, but didn't. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Added: Protocol: we now advertize the `option_channel_type` feature (which we actually supported since v0.10.2)
This commit is contained in:
committed by
neil saitug
parent
d5d4e7b019
commit
80a6d9b58e
@@ -827,6 +827,7 @@ static struct feature_set *default_features(const tal_t *ctx)
|
||||
OPTIONAL_FEATURE(OPT_PAYMENT_METADATA),
|
||||
OPTIONAL_FEATURE(OPT_SCID_ALIAS),
|
||||
OPTIONAL_FEATURE(OPT_ZEROCONF),
|
||||
OPTIONAL_FEATURE(OPT_CHANNEL_TYPE),
|
||||
#if EXPERIMENTAL_FEATURES
|
||||
OPTIONAL_FEATURE(OPT_ANCHOR_OUTPUTS),
|
||||
OPTIONAL_FEATURE(OPT_QUIESCE),
|
||||
|
||||
Reference in New Issue
Block a user