1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-19 01:43:22 +01:00

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.
This commit is contained in:
Bastien Teinturier 2024-07-11 16:53:38 +02:00 committed by GitHub
parent 47c7a45767
commit eaa9e400c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,10 +68,10 @@ eclair {
// Do not enable option_anchor_outputs unless you really know what you're doing.
option_anchor_outputs = disabled
option_anchors_zero_fee_htlc_tx = optional
option_route_blinding = disabled
option_route_blinding = optional
option_shutdown_anysegwit = optional
option_dual_fund = optional
option_quiesce = disabled
option_quiesce = optional
option_onion_messages = optional
option_channel_type = optional
option_scid_alias = optional