MCPcopy Create free account
hub / github.com/ElementsProject/lightning / test_script_two_chan_splice_f

Function test_script_two_chan_splice_f

tests/test_splice.py:673–675  ·  view source on GitHub ↗
(node_factory, bitcoind)

Source from the content-addressed store, hash-verified

671@pytest.mark.openchannel('v2')
672@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
673def test_script_two_chan_splice_f(node_factory, bitcoind):
674 execute_script(node_factory, bitcoind, "{} -> 200000; 100000 -> {}",
675 [500000 - 200000, 500000 + 100000])
676
677
678@pytest.mark.openchannel('v1')

Callers

nothing calls this directly

Calls 1

execute_scriptFunction · 0.85

Tested by

no test coverage detected