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

Function test_script_two_chan_splice_c

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

Source from the content-addressed store, hash-verified

647@pytest.mark.openchannel('v2')
648@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
649def test_script_two_chan_splice_c(node_factory, bitcoind):
650 execute_script(node_factory, bitcoind, "wallet -> 100000; 100000 -> {}; {} -> 100000",
651 [500000 + 100000, 500000 - 100000])
652
653
654@pytest.mark.openchannel('v1')

Callers

nothing calls this directly

Calls 1

execute_scriptFunction · 0.85

Tested by

no test coverage detected