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

Function test_script_two_chan_splice_g

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

Source from the content-addressed store, hash-verified

679@pytest.mark.openchannel('v2')
680@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
681def test_script_two_chan_splice_g(node_factory, bitcoind):
682 execute_script(node_factory, bitcoind, "{} -> 200000; 100000 -> {}; * -> wallet",
683 [500000 - 200000, 500000 + 100000])
684
685
686@pytest.mark.openchannel('v1')

Callers

nothing calls this directly

Calls 1

execute_scriptFunction · 0.85

Tested by

no test coverage detected