We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b74057 commit 0c2ca74Copy full SHA for 0c2ca74
tests/test_closing.py
@@ -2917,6 +2917,7 @@ def test_shutdown(node_factory):
2917
2918
@flaky
2919
@pytest.mark.developer("needs to set upfront_shutdown_script")
2920
+@unittest.skipIf(os.getenv('SUBDAEMON') == 'hsmd:remote_hsmd', "policy failure: validate_mutual_close_tx: holder_script doesn't match upfront holder_shutdown_script")
2921
def test_option_upfront_shutdown_script(node_factory, bitcoind, executor):
2922
# There's a workaround in channeld, that it treats incoming errors
2923
# before both sides are locked in as warnings; this happens in
0 commit comments