mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
tests: don't enforce daemon name on opening logline
This commit is contained in:
committed by
Christian Decker
parent
9951638d5f
commit
f4b7904ce5
@@ -1234,7 +1234,7 @@ class NodeFactory(object):
|
||||
# getpeers.
|
||||
if not fundchannel:
|
||||
for src, dst in connections:
|
||||
dst.daemon.wait_for_log(r'{}-.*openingd-chan#[0-9]*: Handed peer, entering loop'.format(src.info['id']))
|
||||
dst.daemon.wait_for_log(r'{}-.*-chan#[0-9]*: Handed peer, entering loop'.format(src.info['id']))
|
||||
return
|
||||
|
||||
bitcoind = nodes[0].bitcoin
|
||||
|
||||
Reference in New Issue
Block a user