tests: anchors is only EXPERIMENTAL_FEATURES

we've removed the EXPERIMENTAL_DUAL_FUND requirement
This commit is contained in:
niftynei
2022-10-19 15:45:05 -05:00
committed by Rusty Russell
parent 0b8ea2299a
commit cbe38dd350
2 changed files with 7 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ def default_ln_port(network: str) -> int:
def anchor_expected():
return EXPERIMENTAL_FEATURES or EXPERIMENTAL_DUAL_FUND
return EXPERIMENTAL_FEATURES
def hex_bits(features):
@@ -414,7 +414,7 @@ def first_scid(n1, n2):
def basic_fee(feerate):
if EXPERIMENTAL_FEATURES or EXPERIMENTAL_DUAL_FUND:
if anchor_expected():
# option_anchor_outputs
weight = 1124
else: