mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
pytest: fix now-obsolete use of fundchannel_complete via txid.
This was merged almost at the same time as the API change. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -2700,7 +2700,8 @@ Try a range of future segwit versions as shutdown scripts. We create many nodes
|
||||
@unittest.skipIf(EXPERIMENTAL_DUAL_FUND, "Uses fundchannel_start")
|
||||
def test_shutdown_alternate_txid(node_factory, bitcoind):
|
||||
l1, l2 = node_factory.line_graph(2, fundchannel=False,
|
||||
opts={'experimental-shutdown-wrong-funding': None})
|
||||
opts={'experimental-shutdown-wrong-funding': None,
|
||||
'allow-deprecated-apis': True})
|
||||
|
||||
amount = 1000000
|
||||
amount_msat = Millisatoshi(amount * 1000)
|
||||
|
||||
Reference in New Issue
Block a user