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

Function test_script_two_chan_splice_j

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

Source from the content-addressed store, hash-verified

703@pytest.mark.openchannel('v2')
704@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
705def test_script_two_chan_splice_j(node_factory, bitcoind):
706 execute_script(node_factory, bitcoind, "100000-fee -> {}; {} -> 100000",
707 [500000 + 100000, 500000 - 100000], [-1, 0])
708
709
710@pytest.mark.openchannel('v1')

Callers

nothing calls this directly

Calls 1

execute_scriptFunction · 0.85

Tested by

no test coverage detected