mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-10 12:39:51 +00:00
(minor) fix typo in comment
This commit is contained in:
parent
f5053cc242
commit
d04b8c05e2
1 changed files with 1 additions and 1 deletions
|
@ -1392,7 +1392,7 @@ class Peer(Logger):
|
||||||
await self.await_remote(chan, ctn)
|
await self.await_remote(chan, ctn)
|
||||||
self.send_message('shutdown', channel_id=chan.channel_id, len=len(scriptpubkey), scriptpubkey=scriptpubkey)
|
self.send_message('shutdown', channel_id=chan.channel_id, len=len(scriptpubkey), scriptpubkey=scriptpubkey)
|
||||||
chan.set_state(channel_states.CLOSING)
|
chan.set_state(channel_states.CLOSING)
|
||||||
# can fullfill of fail htlcs. cannot add htlcs, because of CLOSING state
|
# can fullfill or fail htlcs. cannot add htlcs, because of CLOSING state
|
||||||
chan.set_can_send_ctx_updates(True)
|
chan.set_can_send_ctx_updates(True)
|
||||||
|
|
||||||
@log_exceptions
|
@log_exceptions
|
||||||
|
|
Loading…
Add table
Reference in a new issue