mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
df: add flag to signal to run v2 channel open tests
This commit is contained in:
committed by
Christian Decker
parent
3c1d90086f
commit
9951638d5f
@@ -5,6 +5,7 @@ from pyln.client import Millisatoshi
|
||||
|
||||
EXPERIMENTAL_FEATURES = env("EXPERIMENTAL_FEATURES", "0") == "1"
|
||||
COMPAT = env("COMPAT", "1") == "1"
|
||||
EXPERIMENTAL_DUAL_FUND = env("EXPERIMENTAL_DUAL_FUND", "0") == "1"
|
||||
|
||||
|
||||
def hex_bits(features):
|
||||
|
||||
Reference in New Issue
Block a user