mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
Fix typo: "disonnect"
This commit is contained in:
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.
|
||||
|
Loading…
Reference in New Issue
Block a user