(node_factory, bitcoind)
| 671 | @pytest.mark.openchannel('v2') |
| 672 | @unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need') |
| 673 | def test_script_two_chan_splice_f(node_factory, bitcoind): |
| 674 | execute_script(node_factory, bitcoind, "{} -> 200000; 100000 -> {}", |
| 675 | [500000 - 200000, 500000 + 100000]) |
| 676 | |
| 677 | |
| 678 | @pytest.mark.openchannel('v1') |
nothing calls this directly
no test coverage detected