mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
follow-up 3460ba738e
This commit is contained in:
parent
97d1438f5d
commit
cb0cebba0c
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