(node_factory, bitcoind)
| 655 | @pytest.mark.openchannel('v2') |
| 656 | @unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need') |
| 657 | def test_script_two_chan_splice_d(node_factory, bitcoind): |
| 658 | execute_script(node_factory, bitcoind, "wallet -> 250000; 100000 -> {}; 100000 -> {}", |
| 659 | [500000 + 100000, 500000 + 100000]) |
| 660 | |
| 661 | |
| 662 | @pytest.mark.openchannel('v1') |
nothing calls this directly
no test coverage detected