mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 17:47:30 +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:
parent
b563cafd83
commit
72ad260e9d
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
@unittest.skipIf(EXPERIMENTAL_DUAL_FUND, "Uses fundchannel_start")
|
||||||
def test_shutdown_alternate_txid(node_factory, bitcoind):
|
def test_shutdown_alternate_txid(node_factory, bitcoind):
|
||||||
l1, l2 = node_factory.line_graph(2, fundchannel=False,
|
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 = 1000000
|
||||||
amount_msat = Millisatoshi(amount * 1000)
|
amount_msat = Millisatoshi(amount * 1000)
|
||||||
|
|
Loading…
Add table
Reference in a new issue