mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
pytest: Rename all fund_channel to fundchannel
This commit is contained in:
committed by
Christian Decker
parent
7260d9ea3d
commit
a777d21fb7
@@ -1874,7 +1874,7 @@ def test_htlc_accepted_hook_crash(node_factory, executor):
|
||||
allow_broken_log=True
|
||||
)
|
||||
l1.connect(l2)
|
||||
l1.fund_channel(l2, 10**6)
|
||||
l1.fundchannel(l2, 10**6)
|
||||
|
||||
i = l2.rpc.invoice(500, "crashpls", "crashpls")['bolt11']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user