(node_factory, bitcoind)
| 663 | @pytest.mark.openchannel('v2') |
| 664 | @unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need') |
| 665 | def test_script_two_chan_splice_e(node_factory, bitcoind): |
| 666 | execute_script(node_factory, bitcoind, "{} -> 100000; {} -> 100000", |
| 667 | [500000 - 100000, 500000 - 100000]) |
| 668 | |
| 669 | |
| 670 | @pytest.mark.openchannel('v1') |
nothing calls this directly
no test coverage detected