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

Function test_script_two_chan_splice_l

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

Source from the content-addressed store, hash-verified

719@pytest.mark.openchannel('v2')
720@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
721def test_script_two_chan_splice_l(node_factory, bitcoind):
722 execute_script(node_factory, bitcoind, "wallet -> 100000; * -> {}; * -> {}",
723 [500000 + 50000, 500000 + 50000], [-0.5, -0.5])
724
725
726@pytest.mark.openchannel('v1')

Callers

nothing calls this directly

Calls 1

execute_scriptFunction · 0.85

Tested by

no test coverage detected