(node_factory, bitcoind)
| 703 | @pytest.mark.openchannel('v2') |
| 704 | @unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need') |
| 705 | def test_script_two_chan_splice_j(node_factory, bitcoind): |
| 706 | execute_script(node_factory, bitcoind, "100000-fee -> {}; {} -> 100000", |
| 707 | [500000 + 100000, 500000 - 100000], [-1, 0]) |
| 708 | |
| 709 | |
| 710 | @pytest.mark.openchannel('v1') |
nothing calls this directly
no test coverage detected