(node_factory, bitcoind)
| 639 | @pytest.mark.openchannel('v2') |
| 640 | @unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need') |
| 641 | def test_script_two_chan_splice_b(node_factory, bitcoind): |
| 642 | execute_script(node_factory, bitcoind, "wallet -> 100000; {} -> 100000; {} -> 100000", |
| 643 | [500000 - 100000, 500000 - 100000]) |
| 644 | |
| 645 | |
| 646 | @pytest.mark.openchannel('v1') |
nothing calls this directly
no test coverage detected