@@ -446,7 +446,6 @@ def get_mempool_when_size_1():
446
446
assert opts ['expected_close_fee' ] == fee_mempool
447
447
448
448
449
- @unittest .skipIf (EXPERIMENTAL_FEATURES , "anchors uses quick-close, not negotiation" )
450
449
def test_closing_negotiation_step_30pct (node_factory , bitcoind , chainparams ):
451
450
"""Test that the closing fee negotiation step works, 30%"""
452
451
opts = {}
@@ -461,7 +460,6 @@ def test_closing_negotiation_step_30pct(node_factory, bitcoind, chainparams):
461
460
closing_negotiation_step (node_factory , bitcoind , chainparams , opts )
462
461
463
462
464
- @unittest .skipIf (EXPERIMENTAL_FEATURES , "anchors uses quick-close, not negotiation" )
465
463
def test_closing_negotiation_step_50pct (node_factory , bitcoind , chainparams ):
466
464
"""Test that the closing fee negotiation step works, 50%, the default"""
467
465
opts = {}
@@ -476,7 +474,6 @@ def test_closing_negotiation_step_50pct(node_factory, bitcoind, chainparams):
476
474
closing_negotiation_step (node_factory , bitcoind , chainparams , opts )
477
475
478
476
479
- @unittest .skipIf (EXPERIMENTAL_FEATURES , "anchors uses quick-close, not negotiation" )
480
477
def test_closing_negotiation_step_100pct (node_factory , bitcoind , chainparams ):
481
478
"""Test that the closing fee negotiation step works, 100%"""
482
479
opts = {}
@@ -496,7 +493,6 @@ def test_closing_negotiation_step_100pct(node_factory, bitcoind, chainparams):
496
493
closing_negotiation_step (node_factory , bitcoind , chainparams , opts )
497
494
498
495
499
- @unittest .skipIf (EXPERIMENTAL_FEATURES , "anchors uses quick-close, not negotiation" )
500
496
def test_closing_negotiation_step_1sat (node_factory , bitcoind , chainparams ):
501
497
"""Test that the closing fee negotiation step works, 1sat"""
502
498
opts = {}
@@ -511,7 +507,6 @@ def test_closing_negotiation_step_1sat(node_factory, bitcoind, chainparams):
511
507
closing_negotiation_step (node_factory , bitcoind , chainparams , opts )
512
508
513
509
514
- @unittest .skipIf (EXPERIMENTAL_FEATURES , "anchors uses quick-close, not negotiation" )
515
510
def test_closing_negotiation_step_700sat (node_factory , bitcoind , chainparams ):
516
511
"""Test that the closing fee negotiation step works, 700sat"""
517
512
opts = {}
@@ -3331,7 +3326,7 @@ def test_anysegwit_close_needs_feature(node_factory, bitcoind):
3331
3326
3332
3327
def test_close_feerate_range (node_factory , bitcoind , chainparams ):
3333
3328
"""Test the quick-close fee range negotiation"""
3334
- l1 , l2 = node_factory .line_graph (2 , opts = { 'experimental-quick-close' : None } )
3329
+ l1 , l2 = node_factory .line_graph (2 )
3335
3330
3336
3331
# Lowball the range here.
3337
3332
l1 .rpc .close (l2 .info ['id' ], feerange = ['253perkw' , 'normal' ])
0 commit comments