mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
lightningd: rename --anchor-confirms to --funding-confirms.
That nomenclature won out in Milan. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -3373,7 +3373,7 @@ class LightningDTests(BaseLightningDTests):
|
||||
|
||||
def test_shutdown_awaiting_lockin(self):
|
||||
l1 = self.node_factory.get_node()
|
||||
l2 = self.node_factory.get_node(options={'anchor-confirms': 3})
|
||||
l2 = self.node_factory.get_node(options={'funding-confirms': 3})
|
||||
|
||||
l1.rpc.connect(l2.info['id'], 'localhost', l2.port)
|
||||
self.give_funds(l1, 10**6 + 1000000)
|
||||
@@ -3685,7 +3685,7 @@ class LightningDTests(BaseLightningDTests):
|
||||
|
||||
def test_lockin_between_restart(self):
|
||||
l1 = self.node_factory.get_node(may_reconnect=True)
|
||||
l2 = self.node_factory.get_node(options={'anchor-confirms': 3},
|
||||
l2 = self.node_factory.get_node(options={'funding-confirms': 3},
|
||||
may_reconnect=True)
|
||||
l1.rpc.connect(l2.info['id'], 'localhost', l2.port)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user