enable anchor outputs via config option

This commit is contained in:
ThomasV
2022-09-24 15:19:31 +02:00
parent a3dc2b847e
commit ece1fb39d2
4 changed files with 6 additions and 0 deletions
+2
View File
@@ -1211,6 +1211,8 @@ 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)
# zeroconf channels
ACCEPT_ZEROCONF_CHANNELS = ConfigVar('accept_zeroconf_channels', default=False, type_=bool)
ZEROCONF_TRUSTED_NODE = ConfigVar('zeroconf_trusted_node', default='', type_=str)