@@ -461,21 +461,6 @@ def test_closing_negotiation_step_30pct(node_factory, bitcoind, chainparams):
461
461
closing_negotiation_step (node_factory , bitcoind , chainparams , opts )
462
462
463
463
464
- @unittest .skipIf (EXPERIMENTAL_FEATURES , "anchors uses quick-close, not negotiation" )
465
- def test_closing_negotiation_step_50pct (node_factory , bitcoind , chainparams ):
466
- """Test that the closing fee negotiation step works, 50%, the default"""
467
- opts = {}
468
- opts ['fee_negotiation_step' ] = '50%'
469
-
470
- opts ['close_initiated_by' ] = 'opener'
471
- opts ['expected_close_fee' ] = 20334 if not chainparams ['elements' ] else 25789
472
- closing_negotiation_step (node_factory , bitcoind , chainparams , opts )
473
-
474
- opts ['close_initiated_by' ] = 'peer'
475
- opts ['expected_close_fee' ] = 20334 if not chainparams ['elements' ] else 25789
476
- closing_negotiation_step (node_factory , bitcoind , chainparams , opts )
477
-
478
-
479
464
@unittest .skipIf (EXPERIMENTAL_FEATURES , "anchors uses quick-close, not negotiation" )
480
465
def test_closing_negotiation_step_100pct (node_factory , bitcoind , chainparams ):
481
466
"""Test that the closing fee negotiation step works, 100%"""
@@ -3331,7 +3316,7 @@ def test_anysegwit_close_needs_feature(node_factory, bitcoind):
3331
3316
3332
3317
def test_close_feerate_range (node_factory , bitcoind , chainparams ):
3333
3318
"""Test the quick-close fee range negotiation"""
3334
- l1 , l2 = node_factory .line_graph (2 , opts = { 'experimental-quick-close' : None } )
3319
+ l1 , l2 = node_factory .line_graph (2 )
3335
3320
3336
3321
# Lowball the range here.
3337
3322
l1 .rpc .close (l2 .info ['id' ], feerange = ['253perkw' , 'normal' ])
0 commit comments