mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 23:41:35 +00:00
follow-up 3460ba738e
This commit is contained in:
parent
e6a0b641d5
commit
c0aee58e4d
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ class Peer(PrintError):
|
|||
self.funding_created, self.revoke_and_ack, self.commitment_signed,
|
||||
self.announcement_signatures, self.closing_signed ]:
|
||||
if chan_id in d:
|
||||
self.channel_accepted[chan_id].put_nowait({'error':payload['data']})
|
||||
d[chan_id].put_nowait({'error':payload['data']})
|
||||
|
||||
def on_ping(self, payload):
|
||||
l = int.from_bytes(payload['num_pong_bytes'], 'big')
|
||||
|
|
Loading…
Add table
Reference in a new issue