Skip to content

Commit 79902b4

Browse files
rustyrussellcdecker
authored andcommitted
test_lightningd.py: remove gratuitous 'addr' option from test_connect_by_gossip.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent d40d22b commit 79902b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_lightningd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ def test_connect_by_gossip(self):
670670
"""
671671
l1 = self.node_factory.get_node()
672672
l2 = self.node_factory.get_node()
673-
l3 = self.node_factory.get_node(options={"addr": "127.0.0.1"})
673+
l3 = self.node_factory.get_node()
674674

675675
l2.rpc.connect(l3.info['id'], 'localhost', l3.port)
676676

0 commit comments

Comments
 (0)