pytest: Rename all fund_channel to fundchannel

This commit is contained in:
Jan Sarenik
2020-09-24 14:06:36 +02:00
committed by Christian Decker
parent 7260d9ea3d
commit a777d21fb7
8 changed files with 131 additions and 131 deletions

View File

@@ -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']