mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
tests: don't enforce daemon name on opening logline
This commit is contained in:
committed by
Christian Decker
parent
9951638d5f
commit
f4b7904ce5
@@ -2367,7 +2367,7 @@ def test_permfail_htlc_out(node_factory, bitcoind, executor):
|
||||
feerates=(7500, 7500, 7500, 7500))
|
||||
|
||||
l1.rpc.connect(l2.info['id'], 'localhost', l2.port)
|
||||
l2.daemon.wait_for_log('openingd-chan#1: Handed peer, entering loop'.format(l1.info['id']))
|
||||
l2.daemon.wait_for_log('Handed peer, entering loop')
|
||||
l2.fundchannel(l1, 10**6)
|
||||
|
||||
# This will fail at l2's end.
|
||||
|
||||
Reference in New Issue
Block a user