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:
parent
47c7a45767
commit
eaa9e400c4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user