mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-11 01:54:25 +01:00
Fix typo: "disonnect"
This commit is contained in:
committed by
Christian Decker
parent
824f8517ac
commit
d9266afcda
@@ -1766,7 +1766,7 @@ class LightningDTests(BaseLightningDTests):
|
||||
|
||||
payfuture = self.executor.submit(l1.rpc.pay, inv)
|
||||
|
||||
# l1 will disonnect and not reconnect.
|
||||
# l1 will disconnect and not reconnect.
|
||||
l1.daemon.wait_for_log('dev_disconnect: -WIRE_REVOKE_AND_ACK')
|
||||
|
||||
# Deadline HTLC expiry minus 1/2 cltv-expiry delta (rounded up) (== cltv - 3). ctlv is 5+1.
|
||||
|
||||
Reference in New Issue
Block a user