(node_factory, bitcoind)
| 719 | @pytest.mark.openchannel('v2') |
| 720 | @unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need') |
| 721 | def 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') |
nothing calls this directly
no test coverage detected