Skip to content

Commit eaa9e40

Browse files
authored
Activate route blinding and quiescence features (#2878)
We support those two features and they have been added to the BOLTs. We start advertising that we support them by default.
1 parent 47c7a45 commit eaa9e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eclair-core/src/main/resources/reference.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ eclair {
6868
// Do not enable option_anchor_outputs unless you really know what you're doing.
6969
option_anchor_outputs = disabled
7070
option_anchors_zero_fee_htlc_tx = optional
71-
option_route_blinding = disabled
71+
option_route_blinding = optional
7272
option_shutdown_anysegwit = optional
7373
option_dual_fund = optional
74-
option_quiesce = disabled
74+
option_quiesce = optional
7575
option_onion_messages = optional
7676
option_channel_type = optional
7777
option_scid_alias = optional

0 commit comments

Comments
 (0)