1
0

enable anchor channels by default

This commit is contained in:
f321x
2025-04-10 12:11:13 +02:00
parent c5e9ef558f
commit e2a3fa1851

View File

@@ -842,7 +842,7 @@ Warning: setting this to too low will result in lots of payment failures."""),
)
# anchor outputs channels
ENABLE_ANCHOR_CHANNELS = ConfigVar('enable_anchor_channels', default=False, type_=bool)
ENABLE_ANCHOR_CHANNELS = ConfigVar('enable_anchor_channels', default=True, type_=bool)
# zeroconf channels
ACCEPT_ZEROCONF_CHANNELS = ConfigVar('accept_zeroconf_channels', default=False, type_=bool)
ZEROCONF_TRUSTED_NODE = ConfigVar('zeroconf_trusted_node', default='', type_=str)