Skip to content

Commit 40fcdc1

Browse files
committed
fixup test_option_upfront_shutdown_script
1 parent 6a73dcf commit 40fcdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_closing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3139,7 +3139,7 @@ def test_shutdown(node_factory):
31393139

31403140

31413141
@pytest.mark.developer("needs to set upfront_shutdown_script")
3142-
def test_option_upfront_shutdown_script(node_factory, bitcoind, executor):
3142+
def test_option_upfront_shutdown_script(node_factory, bitcoind, executor, chainparams):
31433143
l1 = node_factory.get_node(start=False, allow_warning=True)
31443144
# Insist on upfront script we're not going to match.
31453145
# '0014' + l1.rpc.call('dev-listaddrs', [10])['addresses'][-1]['bech32_redeemscript']

0 commit comments

Comments
 (0)