(node_factory, bitcoind)
| 687 | @pytest.mark.openchannel('v2') |
| 688 | @unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need') |
| 689 | def test_script_two_chan_splice_h(node_factory, bitcoind): |
| 690 | execute_script(node_factory, bitcoind, "wallet -> 200000+fee; 100000 -> {}; 100000 -> {}", |
| 691 | [500000 + 100000, 500000 + 100000]) |
| 692 | |
| 693 | |
| 694 | @pytest.mark.openchannel('v1') |
nothing calls this directly
no test coverage detected