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 56763e4 commit bd9494cCopy full SHA for bd9494c
tests/test_splicing.py
@@ -7,6 +7,7 @@
7
8
@pytest.mark.openchannel('v1')
9
@pytest.mark.openchannel('v2')
10
+@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "splicing not supported by VLS yet (VLS #325)")
11
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
12
def test_splice(node_factory, bitcoind):
13
l1, l2 = node_factory.line_graph(2, fundamount=1000000, wait_for_announce=True, opts={'experimental-splicing': None})
0 commit comments