(node_factory, bitcoind)
| 727 | @pytest.mark.openchannel('v2') |
| 728 | @unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need') |
| 729 | def test_script_two_chan_splice_m(node_factory, bitcoind): |
| 730 | execute_script(node_factory, bitcoind, "wallet -> *+fee; 100000 -> {}; 100000 -> {}", |
| 731 | [500000 + 100000, 500000 + 100000]) |
| 732 | |
| 733 | |
| 734 | @pytest.mark.openchannel('v1') |
nothing calls this directly
no test coverage detected