mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
lightningd: deprecate --ipaddr in favor of --addr.
We're going to add sockets, and later onion addresses, so the current name is bad. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
ed466a8523
commit
00537fde43
@@ -669,7 +669,7 @@ class LightningDTests(BaseLightningDTests):
|
||||
"""
|
||||
l1 = self.node_factory.get_node()
|
||||
l2 = self.node_factory.get_node()
|
||||
l3 = self.node_factory.get_node(options={"ipaddr": "127.0.0.1"})
|
||||
l3 = self.node_factory.get_node(options={"addr": "127.0.0.1"})
|
||||
|
||||
l2.rpc.connect(l3.info['id'], 'localhost', l3.port)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user