(node_factory, bitcoind)
| 695 | @pytest.mark.openchannel('v2') |
| 696 | @unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need') |
| 697 | def test_script_two_chan_splice_ii(node_factory, bitcoind): |
| 698 | execute_script(node_factory, bitcoind, "100000 -> {}; {} -> 100000+fee", |
| 699 | [500000 + 100000, 500000 - 100000], [0, -1]) |
| 700 | |
| 701 | |
| 702 | @pytest.mark.openchannel('v1') |
nothing calls this directly
no test coverage detected