enable anchor outputs via config option
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user