tests: move EXP_DF into the testing utils

This commit is contained in:
niftynei
2021-05-07 13:27:54 -05:00
committed by Rusty Russell
parent 7a488cc11e
commit 484d6bde83
5 changed files with 7 additions and 6 deletions

View File

@@ -5,7 +5,6 @@ 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):