(node_factory, bitcoind)
| 711 | @pytest.mark.openchannel('v2') |
| 712 | @unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need') |
| 713 | def test_script_two_chan_splice_k(node_factory, bitcoind): |
| 714 | execute_script(node_factory, bitcoind, "{} -> 100000; 1000 -> {}", |
| 715 | [500000 - 100000, 500000 + 1000]) |
| 716 | |
| 717 | |
| 718 | @pytest.mark.openchannel('v1') |
nothing calls this directly
no test coverage detected